]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction-context.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / stem-direction-context.ly
index 18315d1eaae5036a7e0e464325e79f420b5a90be..3d43c3c8cc76efed1a875d78d53c410e57dc08ee 100644 (file)
@@ -5,12 +5,12 @@
 
 }
 
-\version "2.12.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
 }