]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rhythmic-staff.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / rhythmic-staff.ly
index 8274163b016d12471c408a55d5fc5e166b29c132..d60d420e4c79590ee24d5ca64a957bbd7dd5c413 100644 (file)
@@ -1,13 +1,15 @@
-\version "2.3.4"
+\version "2.16.0"
 \header
 {
 
-    texidoc = "In rhythmic staves stems should go up, and bar lines have the size for a  5 line staff. The whole note hangs from the rhythmic staff."
-}
+    texidoc = "In rhythmic staves stems should go up, and bar lines
+have the size for a 5 line staff. The whole rest hangs from the
+rhythmic staff."  }
+
+\layout { ragged-right = ##t }
 
-\score {  \context RhythmicStaff
-  {
-            r4 c4. c8 r8 c8 | c2 r2 | r1
-  }
+\context RhythmicStaff
+{
+    r4 c4. c8 r8 c8 | c2 r2 | r1
 }