]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-stemlet.ly
Adapt input/regression/quote-transposition.ly to new realities
[lilypond.git] / input / regression / stem-stemlet.ly
index 72c7433603f9e41372bcbb4d48a55b373808d68e..4799eb5c8c37cafec0e10538c8fc53425496b625 100644 (file)
@@ -5,10 +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
 }