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