]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rhythmic-staff.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / rhythmic-staff.ly
index 9b9b6e1162348d89c7e50bbd74629c120837290d..8fd73df2190f5702fca53872230030fa597a3ef4 100644 (file)
@@ -1,11 +1,15 @@
+\version "2.14.0"
 \header
 {
 
-    texidoc = "In rhythmic staffs, stems should go up, and bar lines have the size for a  5 line 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
-  }
+\context RhythmicStaff
+{
+    r4 c4. c8 r8 c8 | c2 r2 | r1
 }
+