Status: Accepted Owner: ---- Labels: Type-Enhancement
New issue 2195 by [email protected]: shorter beams for middle voices below rests
http://code.google.com/p/lilypond/issues/detail?id=2195 \version "2.15.24" \header { texidoc = " Beams of middle voices should have shortened stems, as shown in the second line. Currently, this doesn't happen automatically. " } \score { \relative c' << { \voiceOne r4 r4} \\ { \voiceThree d8[ e] f[ g] } \\ { \voiceTwo b,4 b } >> } \score { \relative c' << { \voiceOne r4 r4} \\ \once \override Beam #'positions = #'(0.8 . 0.9) { \voiceThree d8[ e] \once \override Beam #'positions = #'(1.1 . 1.2) f[ g] } \\ { \voiceTwo b,4 b } >> } Attachments: shorter-middle-beams.png 15.5 KB _______________________________________________ bug-lilypond mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-lilypond
