]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/rhythmic-staff.ly
(print): new file. Set limits to
[lilypond.git] / input / regression / rhythmic-staff.ly
index f0093ab1ae511c73bd7023f348492e476d988ca9..e0955ed56d8a8a7c71bd7b132741e79ec7a4e9f6 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.9.2"
+\version "2.3.4"
 \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 note hangs from the rhythmic staff."
 }
 
-\score { \notes \context RhythmicStaff
-  {
-            r4 c4. c8 r8 c8 | c2 r2 | r1
-  }
+\paper { raggedright = ##t }
+
+\context RhythmicStaff
+{
+    r4 c4. c8 r8 c8 | c2 r2 | r1
 }