lilypond-user
[Top][All Lists]
Advanced

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

Re: Note for manual


From: Graham Percival
Subject: Re: Note for manual
Date: Tue, 21 Feb 2006 00:06:32 -0800


On 20-Feb-06, at 7:12 PM, Steve D wrote:

The graphical example doesn't seem to accurately illustrate the code
above it. The stems for notes on the middle line of the staff all point
down, despite "\override Stem #'neutral-direction = #up" (or #down).

Thanks!  BTW, such reports can be sent directly to the bugs list.

Erik, here's some code:

%%  neutral-direction has no effect
\version "2.7.35"
\relative c'' {
  b4 b
  \override Stem #'neutral-direction = #up
  b4 b
  \override Stem #'neutral-direction = #down
  b4 b
}





reply via email to

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