Comment #2 on issue 2724 by [email protected]: This natural stem is too short
http://code.google.com/p/lilypond/issues/detail?id=2724

There should be another entry in the list of adjustments for flags. Workaround :
  <<\relative c'' {\autoBeamOff e4 e8 e16 e32 e64 r} \\
    \relative c' {\autoBeamOff e4 f8 f16 f32 f64 r}
    \override Staff.Stem #'details #'stem-shorten = #'(1.0 0.5 0.25) >>

The default list at scm/define-grobs.scm:1964 has only (1.0 0.5). Adding the 0.25 changes only some grace-note reg-tests, and for the better.


Reply via email to