lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Override of fingering font is ignored by \finger


From: Thomas Morley
Subject: Re: Override of fingering font is ignored by \finger
Date: Sun, 29 Apr 2012 14:22:20 +0200

2012/4/29 Nick Payne <address@hidden>:
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]