X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-staff-length.ly;h=71faa6c4c782640fb382a7a29e3b00e9fe035596;hb=bfdebcb93bebe820c2d5fd6c1bed5c589536472c;hp=68f694d1013b70602602668ae04981ab1b4feaf9;hpb=3db08de4502e30616808fc348b054d32822e5cc4;p=lilypond.git diff --git a/input/regression/grace-staff-length.ly b/input/regression/grace-staff-length.ly index 68f694d101..71faa6c4c7 100644 --- a/input/regression/grace-staff-length.ly +++ b/input/regression/grace-staff-length.ly @@ -1,21 +1,24 @@ -\version "1.7.18" +\version "2.16.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." } -\score{ - \context PianoStaff \notes < - \context Staff = treble { - r1 - r1 - \bar "|." - } - \context Staff = bass { - r1 - \context Staff { - \grace { c16 } c1 - } + +\layout { ragged-right= ##t } + + +\context PianoStaff \relative c'' << + \new Staff { + r1 + r1 + \bar "|." + } + \new Staff { + r1 + \context Staff { + \grace { c16 } c1 } - > - \paper { } -} + } +>> +\layout { } +