lilypond-devel
[Top][All Lists]
Advanced

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

Re: stem-shorten can't be reverted


From: Werner LEMBERG
Subject: Re: stem-shorten can't be reverted
Date: Thu, 25 Jul 2002 02:54:09 +0200 (CEST)

> 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.

Thanks.  Please explain to me why your solution works and mine

< a \\
\property Voice.Stem \override #'stem-shorten = #'(2 2)
       e
\property Voice.Stem \revert #'stem-shorten
          >

fails.  I think I miss something regarding grouping.


    Werner



reply via email to

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