]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rhythmic-staff.ly
MusicXML: Implement Barline styles and repeats in musicxml2ly
[lilypond.git] / input / regression / rhythmic-staff.ly
index b3cff734c6eca39923081b40296146b452b9a886..5186ece2eccfc0bb9c96bd34cb9aefe20f900ba8 100644 (file)
@@ -1,13 +1,15 @@
-\version "2.1.7"
+\version "2.10.0"
 \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
 }