lilypond-user
[Top][All Lists]
Advanced

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

Re: Strange output of \addFingering


From: -Eluze
Subject: Re: Strange output of \addFingering
Date: Thu, 2 Aug 2012 08:08:28 -0700 (PDT)


address@hidden wrote:
> 
> I'm using the scheme function \addFingering to add string numbers to a 
> music part.
> Since my music is supposed to be played on a Pedal Steel Guitar I need 
> some special string numbers.
> 
> On the Pedal Steel Guitar there are 10 string (may be more or less, but 
> this is standard)
> On a number of the strings there is a pedal that retune the string.
> So I need to be able to set string number to a value between 1 - 10 and 
> also have a letter after the string number. E.g 5A
> 
> The first part works perfectly in the \addFingering function but the 
> second part. Well I get the letter but it's not the same size as the
> number!
> 
> Why and how do I change the function so that it displays the letter (or 
> letters) in the same size as the number.
> 
> \score {
>   <<
>     \new Staff { \addStringNumber \melody
>                  #"
>                   +'9'+'6' +'7'+'6B' +'6'+'5'
>               "
>     }
>   >>
> }
> 
> 

I think you have to use another font, 
e.g. 

\override StringNumber #'font-name = "Garamond bold"

and override the size to your needs:  \override StringNumber #'font-size =
#-1

hth
Eluze
   
-- 
View this message in context: 
http://old.nabble.com/Strange-output-of-%5CaddFingering-tp34245819p34246022.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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