]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/stem-direction-context.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[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.16.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