]> 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 4c49a8dfc96fb7030db60cf6c2b2dfdd459a57bc..4799eb5c8c37cafec0e10538c8fc53425496b625 100644 (file)
@@ -5,11 +5,11 @@ length can be set with @code{stemlet-length}."
 
 }
 
-\version "2.5.0"
-\layout { raggedright = ##t }
+\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
 }