Try
rechts = \notes \relative c'' {
< a \\ e >
< a \\
\property Voice.Stem \override #'stem-shorten = #'(2 2)
e >
< a \\
\property Voice.Stem \revert #'stem-shorten
e >
}
or
rechts = \notes \relative c'' {
< a \\ e >
< a \\ {
\property Voice.Stem \override #'stem-shorten = #'(2 2)
e
\property Voice.Stem \revert #'stem-shorten
}
>
< a \\ e >
}
which both works.
-Rune
_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond