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


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to