lilypond-user
[Top][All Lists]
Advanced

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

Re: Acciaccatura fingerings


From: Xavier Scheuer
Subject: Re: Acciaccatura fingerings
Date: Sat, 2 Jul 2011 10:46:17 +0200

On 2 July 2011 10:15, Federico Bruni <address@hidden> wrote:
>
> You can use this override:
>
> \override Fingering #'font-size = #-2.5
> <f-1>8 e

That will affect the size of every fingering, not only those within
acciaccatura, which is IIUC what Phil wants.

These definitions will change the fingering's font size only within
acciaccatura (NB: you can do the same for grace and appoggiatura,
have a look at "ly/grace-init.ly").

startAcciaccaturaMusic =  {
  s1*0(
  \override Stem  #'stroke-style = #"grace"
  \override Fingering #'font-size = #-2.5
}
stopAcciaccaturaMusic =  {
  \revert Fingering #'font-size
  \revert Stem #'stroke-style
  s1*0)
}


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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