X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Frhythmic-staff.ly;h=8fd73df2190f5702fca53872230030fa597a3ef4;hb=eac77f904fc380767d938a2ea41b9306b76f9561;hp=7d264bf25be9f66e605fb7f1869435b69384dd0f;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/rhythmic-staff.ly b/input/regression/rhythmic-staff.ly index 7d264bf25b..8fd73df219 100644 --- a/input/regression/rhythmic-staff.ly +++ b/input/regression/rhythmic-staff.ly @@ -1,13 +1,15 @@ -\version "2.2.0" +\version "2.14.0" \header { - 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." -} + 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 }