lilypond-user
[Top][All Lists]
Advanced

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

Re: stem extend doe not work


From: Kieren MacMillan
Subject: Re: stem extend doe not work
Date: Sun, 30 Dec 2007 12:36:21 -0500

Hi Stefan,

unfortunately, it didn't work.

Hmmm... works fine for me, e.g.,
_______________________________

\version "2.11.33"

\layout { ragged-right = ##t }

flagStuff = \relative
{
        c'8 c4 c8 c c4 c8
        \override Stem #'flag-style = #'no-flag
        c8 c4 c8 c c4 c8
        \revert Stem #'flag-style
        c8 c4 c8 c c4 c8
}

\score
{
        \flagStuff
}
_______________________________

Hope this helps!
Kieren.




reply via email to

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