On 2 July 2011 10:15, Federico Bruni <fedel...@gmail.com> 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 <x.sche...@gmail.com>

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

Reply via email to