2012/4/29 Nick Payne <[email protected]>:
> See attached. Overriding the fingering font works fine for fingering
> attached to a note but is ignored when using \finger in a markup, where the
> default fingering font is still used.
>
> \version "2.15.37"
>
> \relative c'' {
> \override Staff.Fingering #'font-name = #'"Arial Black"
> <e-4>4 cis d\prall^\markup { \concat { \finger 4 \hspace #0.15 \tiny { / }
> \finger 2 } }
> }
Hi Nick,
in <e-4>4 the fingering is an articulation.
\markup { \finger 2 } is TextScript. If you want an other font use
\override TextScript #'font-name = #'"Arial Black"
or more selectively
\markup { \override #'(font-name . "Arial Black") \finger 2 }
HTH,
Harm
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user