grace note stem lengths

2013-03-14 Thread Kevin Barry
Dear LilyPond users, Occasionally I find the stem lengths of grace notes to be too long, as in the following example, where the grace 32s have longer stems than the normal ones (because of the slope I think): \version 2.16.2 \relative a' { s a32 \afterGrace a { b32[ g] } a8 } I have

Re: grace note stem lengths

2013-03-14 Thread Pierre Perol-Schneider
Hi Kevin, Try this : \new Staff { $(add-grace-property 'Voice 'Stem 'length-fraction '2) \new Voice { \relative a' { s a32 \afterGrace a { b32[ g] } a8 } } } 2013/3/14 Kevin Barry barr...@tcd.ie Dear LilyPond users, Occasionally I find the stem lengths of grace notes to be too

Aw: Re: grace note stem lengths

2013-03-14 Thread Torsten Hämmerle
Von:Pierre Perol-Schneider pierre.schneider.pa...@gmail.com An:Kevin Barry barr...@tcd.ie Cc:lilypond-user@gnu.org Betreff:Re: grace note stem lengths Hi Kevin,Try this :new Staff { (add-grace-property Voice Stem length-fraction 2) new Voice

Re: Re: grace note stem lengths

2013-03-14 Thread Kevin Patrick Barry
:* lilypond-user@gnu.org *Betreff:* Re: grace note stem lengths Hi Kevin, Try this : \new Staff { $(add-grace-property 'Voice 'Stem 'length-fraction '2) \new Voice { \relative a' { s a32 \afterGrace a { b32[ g] } a8 } } } 2013/3/14 Kevin Barry barr...@tcd.ie Dear LilyPond