X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmulti-measure-rest-grace.ly;h=f97b7af997e722a7b4f4c8f07045e6f958b25f90;hb=d1f48da743130a7cbb74d04a5d96afb66aacd0a7;hp=e766b599e6294153260a8c1cdb13fda8a845df05;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/multi-measure-rest-grace.ly b/input/regression/multi-measure-rest-grace.ly index e766b599e6..f97b7af997 100644 --- a/input/regression/multi-measure-rest-grace.ly +++ b/input/regression/multi-measure-rest-grace.ly @@ -1,13 +1,13 @@ -\version "2.3.4" +\version "2.7.13" \header { texidoc= "Multi-measure rests are centered also in the case of grace notes." } -\score { - << - \new Staff { R1 R1 R1*3 } - \new Staff { \clef bass c1 \grace c8 c2 c2 c1 \grace c16 c2 c2 c1 } +\layout { raggedright = ##t } + +<< + \new Staff { R1 R1 R1*3 } + \new Staff { \clef bass c1 \grace c8 c2 c2 c1 \grace c16 c2 c2 c1 } >> -}