X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-staff-length.ly;h=9a9e3e9e4b57307963b210c1eb6922acbd627be7;hb=5842c0a15dc9683fc74996c6703ea33d4dd43ad0;hp=d2f8e4ad705a38e183e9451ffa60705449e4b30a;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/grace-staff-length.ly b/input/regression/grace-staff-length.ly index d2f8e4ad70..9a9e3e9e4b 100644 --- a/input/regression/grace-staff-length.ly +++ b/input/regression/grace-staff-length.ly @@ -1,25 +1,24 @@ -#(ly:set-option 'old-relative) -\version "1.9.2" +\version "2.10.0" \header{ -texidoc = "Stripped version of trip.ly. Staffs should be of correct length." + texidoc = "Stripped version of trip.ly. Staves should be of correct length." } - \paper { raggedright= ##t } +\layout { ragged-right= ##t } -\score{ - \context PianoStaff \notes \relative c'' < - \new Staff { - r1 - r1 - \bar "|." - } - \new Staff { - r1 - \context Staff { - \grace { c16 } c1 - } + +\context PianoStaff \relative c'' << + \new Staff { + r1 + r1 + \bar "|." + } + \new Staff { + r1 + \context Staff { + \grace { c16 } c1 } - > - \paper { } -} + } +>> +\layout { } +