On 01/02/13 14:09, Nick Payne wrote:
If I change the fingering font, how can I get the bold version of the
selected font to be used. In the example below, overriding the font
and the font-size works ok, but overriding the font-series to bold
doesn't.
\version "2.17.11"
\relative c'' {
<c-3>
\override Fingering.font-name = #'"Arial"
<c-3>
\override Fingering.font-size = #-3
<c-3>
\override Fingering.font-series = #'bold
<c-3>
}
Well, using \override Fingering.font-name = #'"Arial Bold" gets the
wanted font. It looks like specifying font-name prevents font-series and
font-shape from having any effect.
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user