bug-lilypond
[Top][All Lists]
Advanced

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

Re: Stem direction of non-beamed notes on the middle line of a 5-line st


From: Colin Campbell
Subject: Re: Stem direction of non-beamed notes on the middle line of a 5-line staff should correspond with the stem direction of the previous note
Date: Wed, 11 Dec 2013 13:40:30 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

On 12/11/2013 01:23 PM, Richard R. Gress wrote:
I'm not top posting.
An example of this behavior:
-----------------
\version "2.16.2"

\relative c'' { a2 b }
-----------------

The B should also have an upwards stem. The default is that the stem is
always down ({ c2 b } results in correct behavior).






From the docs for 2.19.0, NR 1.7.1, and not tested with 2.16.2:
\relative c'' {
  \time 3/4
  \autoBeamOff
  a8 b g f b g |
  c b d c b c
}

\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem.neutral-direction = #'()
  }
}

HTH,
Colin

--
I've learned that you shouldn't go through life with a catcher's mitt on both 
hands.
You need to be able to throw something back.
-Maya Angelou, poet (1928- )




reply via email to

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