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


_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to