bug-lilypond
[Top][All Lists]
Advanced

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

Re: Stem #'neutral-direction


From: Markus Schneider
Subject: Re: Stem #'neutral-direction
Date: Thu, 14 Sep 2006 23:20:57 +0200

Hi Kieren,

I'm not exactly sure, what you're looking for, but if you want a variable,
melody-dependent stem direction, you have to add the Melody_engraver
explicitly.

See example.

Cheers,
Markus

%%% 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
  {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
  }


}
%%% End snippet







reply via email to

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