lilypond-user
[Top][All Lists]
Advanced

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

Again: Questions about Stem #'length


From: Marc Hohl
Subject: Again: Questions about Stem #'length
Date: Sun, 27 Sep 2009 14:40:05 +0200
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Despite of the answers that were given
(and which normally are sufficient enough for a workaround):

can someone explain to me why lilypond still (at least sometimes)
displays stems when I
\override Stem #'length = #0?

Thanks in advance

Marc

%%%%

\version "2.13.4"

test = \relative c' {
   c4 d e f
   g a b c
   \stemUp
   c, d e f
   g a b c
   \stemDown
   c, d e f
   g a b c
}

\score {
  \new Voice {
    \test
    \break
    \override Voice.Stem #'length = #0
    \test
  }
}




reply via email to

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