]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction-context.ly
Run scripts/auxiliar/update-with-convert-ly.sh -f 2.19.20
[lilypond.git] / input / regression / stem-direction-context.ly
index 773a8801a847a93038356f438b66a8c8d2779e0a..3d43c3c8cc76efed1a875d78d53c410e57dc08ee 100644 (file)
@@ -5,12 +5,12 @@
 
 }
 
-\version "2.14.0"
-\relative c'' \new Voice \with {
+\version "2.19.21"
+\relative \new Voice \with {
      \consists "Melody_engraver"
-     \override Stem #'neutral-direction = #'()
+     \override Stem.neutral-direction = #'()
 } {
-  c4 b c b
+  c''4 b c b
   c c c c
   b a b a
 }