Il giorno mer 3 feb 2016 alle 17:23, Kieren MacMillan
<kieren_macmil...@sympatico.ca> ha scritto:
Hi Jonathan,
the 8 under the clef is very small - because the numbers are a
little small in the particular font I use - and I would like to
increase its size.
How can I access its font-size?
Use
\override ClefModifier.font-size = #2
where the 2 can be replaced as desired. I also use
\override ClefModifier.font-series = #’bold
at least with the font I’m using.
The Score context should be specified:
\version "2.19.35"
{
\clef "G_8"
c1
}
\layout {
\override Score.ClefModifier.font-size = #2
}
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user