lilypond-user
[Top][All Lists]
Advanced

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

Re: access font-size of clef G_8


From: Noeck
Subject: Re: access font-size of clef G_8
Date: Wed, 3 Feb 2016 20:58:09 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Hi,

is there any difference between a) and b)?

\layout {
  % a)
  \context {
    \Score
    \override ClefModifier.font-size = #2
  }
  % b)
  \override Score.ClefModifier.font-size = #2
}


And does this difference change anything if it is put in a global (i.e.
score-wide) \layout block?
1)  \override Score.ClefModifier.font-size = #2
2)  \override Staff.ClefModifier.font-size = #2

1) Changes all clef modifiers in the whole score and 2) in every staff
in the score. As the clef modifier occurs in a staff, this sounds
identical to me. Are there situation where the effect differs?

Cheers,
Joram



reply via email to

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