On 27/06/13 00:02, Jan Nieuwenhuizen wrote:
Janek Warchoł writes:

More explanation: \finger doesn't mean "insert a fingering here".

Rather, it means "use that funny time-signature-like
font-MODELED-AFTER-ORATOR-WHICH-TRADITIONALLY-IS-ALSO-USED-IN-SMALL-SIZE-FOR-FINGERING
for these glyphs".

There, FTFY.

Thanksfor the explanation. The solution to get the same characters used turns out to be pretty simple.

\version "2.17.20"

\relative f'' {
  \override Fingering.font-encoding = #'latin1
  \override Fingering.font-size = #-2
  \override Fingering.font-series = #'bold

  <g-4> <f-2> f^\trill^\markup { \fontsize #-2 \bold "4242" }
}


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to