Il giorno mer 3 feb 2016 alle 17:45, Kieren MacMillan <[email protected]> ha scritto:
Hi Federico,

 The Score context should be specified:

 \version "2.19.35"
 {
 \clef "G_8"
 c1
 }

 \layout {
 \override Score.ClefModifier.font-size = #2
 }

If the OP wants clefs in the whole score (and not just one staff) to reflect the change, yes.

The way I do it:

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

Thanks for helping clarify.
Kieren.

Further clarifying... :)

Even if he wants it in one Staff, the (Staff) context should be specified.
It doesn't work in the implicit Voice context.




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

Reply via email to