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

_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to