]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-direction-context.ly
773a8801a847a93038356f438b66a8c8d2779e0a
[lilypond.git] / input / regression / stem-direction-context.ly
1 \header {
2
3   texidoc = "Stem directions for notes on the middle staff line are
4   determined by the directions of their neighbors."
5
6 }
7
8 \version "2.14.0"
9 \relative c'' \new Voice \with {
10      \consists "Melody_engraver"
11      \override Stem #'neutral-direction = #'()
12 } {
13   c4 b c b
14   c c c c
15   b a b a
16
17   
18