lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Override placement


From: Noeck
Subject: Override placement
Date: Sat, 26 Jan 2013 14:12:25 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

Hi,

am I right that there is no \with-block for scores?
Why do I write \score (not \new Score) but \new Staff?

Is that correct: overrides on Staff or Voice level go into a \with
block, overrides on score level go into the \layout block?
Why am I not allowed to use a context prefix there? Like
\layout { \override Staff.Clef.color = #red }

Is there a difference between:
  \new Staff \with { \override Clef.color = #red } { a }
and
  \new Staff { \override Staff.Clef.color = #red  a }

Thanks for clarification,
Joram



reply via email to

[Prev in Thread] Current Thread [Next in Thread]