X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fgrace-staff-length.ly;h=9a9e3e9e4b57307963b210c1eb6922acbd627be7;hb=086cfb9aebcd5a68cc5186a0103aa270037f0570;hp=5cae4ede668fa0f940a96117cae3e9305a21d3bf;hpb=2b4664417d36bed2b408d769e3dfd96732710d54;p=lilypond.git diff --git a/input/regression/grace-staff-length.ly b/input/regression/grace-staff-length.ly index 5cae4ede66..9a9e3e9e4b 100644 --- a/input/regression/grace-staff-length.ly +++ b/input/regression/grace-staff-length.ly @@ -1,21 +1,24 @@ -\version "1.7.6" +\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." } -\score{ - \context PianoStaff \notes < - \context Staff = treble { - r1 - r1 - \bar "|." + +\layout { ragged-right= ##t } + + +\context PianoStaff \relative c'' << + \new Staff { + r1 + r1 + \bar "|." + } + \new Staff { + r1 + \context Staff { + \grace { c16 } c1 } - \context Staff = bass { - r1 - \context Staff { - \grace { c16 } c1 - } - } - > - \paper { } -} -%% new-chords-done %% + } +>> +\layout { } + +