bug-lilypond
[Top][All Lists]
Advanced

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

stem-shorten can't be reverted


From: Werner LEMBERG
Subject: stem-shorten can't be reverted
Date: Wed, 24 Jul 2002 18:30:21 +0200 (CEST)

In the example below, reverting the `stem-shorten' property fails.


    Werner

======================================================================

rechts = \notes \relative c'' {
  < a \\ e >
  < a \\
\property Voice.Stem \set #'stem-shorten = #'(0 0)
    e
\property Voice.Stem \revert #'stem-shorten
      >
  < a \\ e >
}

\score {
  \context Voice {
    \rechts
  }

  \paper {
    linewidth = -1
  }
}

PNG image


reply via email to

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