Kieren MacMillan wrote Monday, July 06, 2009 3:50 PM

Also, is there a way to increase the font size of the "8" in the "treble_8" clef?

Override the Clef stencil, and build the markup yourself -- I don't know any other way. See the docs (especially the LSR) for examples of overriding grob stencil(s).

There is an easier way.  The octavation symbol is
a separate grob, so the following override will
increase its size from the default value of -4,
leaving the rest of the clef unaffected.

Adjust the number to suit.

\override Staff.OctavateEight #'font-size = #1

Trevor



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to