X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frhythmic-staff.ly;h=5186ece2eccfc0bb9c96bd34cb9aefe20f900ba8;hb=26755a173be10b19327c99d4c7510f30974facd4;hp=55b7b64eb7d73401a2ea3750134b553d7a258f57;hpb=8e7c61da2807da363e25c2d80bd0d69616dadea8;p=lilypond.git diff --git a/input/regression/rhythmic-staff.ly b/input/regression/rhythmic-staff.ly index 55b7b64eb7..5186ece2ec 100644 --- a/input/regression/rhythmic-staff.ly +++ b/input/regression/rhythmic-staff.ly @@ -1,11 +1,15 @@ +\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 } +