]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-stemlet.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / stem-stemlet.ly
index 980b0a2e76d9ea52bf82e61339aa430cf5a5079b..4799eb5c8c37cafec0e10538c8fc53425496b625 100644 (file)
@@ -5,11 +5,11 @@ length can be set with @code{stemlet-length}."
 
 }
 
-\version "2.7.39"
+\version "2.17.6"
 \layout { ragged-right = ##t }
 
-\relative {
-    \override Stem #'stemlet-length = #0.75
+\relative c' {
+    \override Stem.stemlet-length = #0.75
     c8[ r8 c16 r16 c8]
     c4
 }