X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Frhythmic-staff.ly;h=d60d420e4c79590ee24d5ca64a957bbd7dd5c413;hb=50e45591ccb79a49a738af09e692df64d343c951;hp=46f751d3ee97d71e5d9948222dab0486f114209f;hpb=eba82770802a246bca4afab7eab1f78e84785214;p=lilypond.git diff --git a/input/regression/rhythmic-staff.ly b/input/regression/rhythmic-staff.ly index 46f751d3ee..d60d420e4c 100644 --- a/input/regression/rhythmic-staff.ly +++ b/input/regression/rhythmic-staff.ly @@ -1,13 +1,15 @@ -\version "2.1.26" +\version "2.16.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 }