Re: Acciaccatura fingerings

2011-07-02 Thread Phil Burfitt
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) } That works perfectly...thank you Xavier ! Phil. __

Re: Acciaccatura fingerings

2011-07-02 Thread Xavier Scheuer
On 2 July 2011 10:15, Federico Bruni wrote: > > You can use this override: > > \override Fingering #'font-size = #-2.5 > 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 on

Re: Acciaccatura fingerings

2011-07-02 Thread Federico Bruni
Il giorno ven, 01/07/2011 alle 11.04 +0100, Phil Burfitt ha scritto: > Dear List, > > Is there a way to globally define the size of fingerings on acciaccatura > notes?. I'm currently using a tweak ... > > \acciaccatura 8 e > > but it's a bit tedious when I have many to do and I can't find a

Acciaccatura fingerings

2011-07-01 Thread Phil Burfitt
Dear List, Is there a way to globally define the size of fingerings on acciaccatura notes?. I'm currently using a tweak ... \acciaccatura 8 e but it's a bit tedious when I have many to do and I can't find a grob to handle grace and acciaccatura notes or fingerings. Any help would be appr