]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction-context.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / stem-direction-context.ly
index 79f56305f5eafebe168ad6083579b49ff448c0ac..18315d1eaae5036a7e0e464325e79f420b5a90be 100644 (file)
@@ -5,12 +5,13 @@
 
 }
 
-\version "2.7.25"
-
-
-\relative c'' \new Voice {
+\version "2.12.0"
+\relative c'' \new Voice \with {
+     \consists "Melody_engraver"
+     \override Stem #'neutral-direction = #'()
+} {
   c4 b c b
-  c c c r
+  c c c c
   b a b a
 }