]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-stemlet.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / stem-stemlet.ly
index 72c7433603f9e41372bcbb4d48a55b373808d68e..5603b344573229eed1f8e30d1dbb5d275c7a99bf 100644 (file)
@@ -5,10 +5,11 @@ length can be set with @code{stemlet-length}."
 
 }
 
-\version "2.5.0"
-\layout { raggedright = ##t }
+\version "2.12.0"
+\layout { ragged-right = ##t }
 
 \relative {
     \override Stem #'stemlet-length = #0.75
     c8[ r8 c16 r16 c8]
+    c4
 }