lilypond-user
[Top][All Lists]
Advanced

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

Re: Changing fingering numerals


From: Nick Payne
Subject: Re: Changing fingering numerals
Date: Thu, 27 Jun 2013 07:56:47 +1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7

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" }
}




reply via email to

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