]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rhythmic-staff.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / rhythmic-staff.ly
index ead21161826f997606720e0c7e422cabc4c8ddf8..91bd361e4386ad67884bf2ae6756937d09a45aec 100644 (file)
@@ -1,13 +1,15 @@
-\version "1.9.8"
+\version "2.11.51"
 \header
 {
 
-    texidoc = "In rhythmic staffs, 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 { \notes \context RhythmicStaff
-  {
-            r4 c4. c8 r8 c8 | c2 r2 | r1
-  }
+\context RhythmicStaff
+{
+    r4 c4. c8 r8 c8 | c2 r2 | r1
 }