lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingering font in Measure numbers


From: Nick Payne
Subject: Re: Fingering font in Measure numbers
Date: Thu, 24 Feb 2011 13:56:16 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 24/02/11 12:00, MusFelix wrote:
How do I set the font used in the measure numbers at the beginning of each
system to use the number fonts used in fingerings?

You can get them pretty much exactly the same size and weight with the following, but the digits are still not the same shape:

\version "2.13.51"

\relative c' {
    \override Score.BarNumber #'font-series = #'bold
    \override Score.BarNumber #'font-size = #-3
    \repeat unfold 40 { <c-6>4 }
}

Nick



reply via email to

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