X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-staff-length.ly;h=9a9e3e9e4b57307963b210c1eb6922acbd627be7;hb=4b8dc8caac9bae6dc9856be8e38ef7b5b42854cb;hp=37e8c46f5593c2fa31447049194dc9286f404195;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/grace-staff-length.ly b/input/regression/grace-staff-length.ly index 37e8c46f55..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.0" +\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'' < - \context Staff = treble { - r1 - r1 - \bar "|." - } - \context Staff = bass { - 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 { } +