lilypond-user
[Top][All Lists]
Advanced

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

Re: Fingering font weight


From: Nick Payne
Subject: Re: Fingering font weight
Date: Fri, 01 Feb 2013 17:42:08 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2

On 01/02/13 14:09, Nick Payne wrote:
If I change the fingering font, how can I get the bold version of the selected font to be used. In the example below, overriding the font and the font-size works ok, but overriding the font-series to bold doesn't.

\version "2.17.11"

\relative c'' {
<c-3>
\override Fingering.font-name = #'"Arial"
<c-3>
\override Fingering.font-size = #-3
<c-3>
\override Fingering.font-series = #'bold
<c-3>
}

Well, using \override Fingering.font-name = #'"Arial Bold" gets the wanted font. It looks like specifying font-name prevents font-series and font-shape from having any effect.




reply via email to

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