bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stem-shorten can't be reverted


From: Rune Zedeler
Subject: Re: stem-shorten can't be reverted
Date: Wed, 24 Jul 2002 19:55:35 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]