bug-lilypond
[Top][All Lists]
Advanced

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

Stem #'neutral-direction


From: Kieren MacMillan
Subject: Stem #'neutral-direction
Date: Thu, 14 Sep 2006 16:54:16 -0400

Hello, all!

Is Stem #'neutral-direction not working as expected in 2.9.17? [See bug snippet, below.]

Thanks,
Kieren.

%%% BEGIN SNIPPET %%%

\version "2.9.17"

theMusic = \relative c''
{
        \repeat "unfold" 16 { c4 b c b c b a g a b a b a g a b }
}

\score
{
        \theMusic
}

\layout
{
        \context
        {
                \Score
                \override Stem #'neutral-direction = #'()
        }
}

%%% END SNIPPET %%%




reply via email to

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