]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-stemlet.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / stem-stemlet.ly
index c7584449c7e9f0362e78df45a355547369b0747e..428e5a9af79292e5d992a6c201c0b4f0f306e7fd 100644 (file)
@@ -5,11 +5,11 @@ length can be set with @code{stemlet-length}."
 
 }
 
-\version "2.12.0"
+\version "2.19.21"
 \layout { ragged-right = ##t }
 
-\relative c' {
-    \override Stem #'stemlet-length = #0.75
-    c8[ r8 c16 r16 c8]
+\relative {
+    \override Stem.stemlet-length = #0.75
+    c'8[ r8 c16 r16 c8]
     c4
 }