2013/9/3 Rachael Thomas Carlson <[email protected]>
> Hello All:
>
Hi Rachael,
> How can one change the font of the moderntab clef from sans-serif to
> serif?
>
You can use a pretty old snippet :
\version "2.17.25"
\new TabStaff {
\override Staff.Clef.stencil = #(lambda (grob)
(grob-interpret-markup grob
#{
\markup {
\raise #1.5
\bold
\huge
\override #'(baseline-skip . 2.5)
\left-align
\center-column { T A B }
}
#}
))
c d e f
}
Cheers,
Pierre
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user