]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction-context.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / stem-direction-context.ly
index 79f56305f5eafebe168ad6083579b49ff448c0ac..3d43c3c8cc76efed1a875d78d53c410e57dc08ee 100644 (file)
@@ -5,12 +5,13 @@
 
 }
 
-\version "2.7.25"
-
-
-\relative c'' \new Voice {
-  c4 b c b
-  c c c r
+\version "2.19.21"
+\relative \new Voice \with {
+     \consists "Melody_engraver"
+     \override Stem.neutral-direction = #'()
+} {
+  c''4 b c b
+  c c c c
   b a b a
 }