On 2 July 2011 10:15, Federico Bruni <[email protected]> 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 <[email protected]>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user