]> 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 f4eaf78f1ea62c6e18e392de72eab319a00b505b..3d43c3c8cc76efed1a875d78d53c410e57dc08ee 100644 (file)
@@ -5,12 +5,12 @@
 
 }
 
-\version "2.17.6"
-\relative c'' \new Voice \with {
+\version "2.19.21"
+\relative \new Voice \with {
      \consists "Melody_engraver"
      \override Stem.neutral-direction = #'()
 } {
-  c4 b c b
+  c''4 b c b
   c c c c
   b a b a
 }