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

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

Reply via email to