X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-end.ly;h=94c6c4904ada610aa1565cc4531095fb99527716;hb=9869001f35f8715208dbcdb8460f94472a429236;hp=eca0a71ee3593f62404b5803bade479ed88b9fd1;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/pedal-end.ly b/input/regression/pedal-end.ly index eca0a71ee3..94c6c4904a 100644 --- a/input/regression/pedal-end.ly +++ b/input/regression/pedal-end.ly @@ -1,15 +1,17 @@ -\version "2.2.0" +\version "2.16.0" \header { - texidoc = "Unterminated piano pedal brackets run to the end of the piece. " + texidoc = "Unterminated piano pedal brackets run to the end of the piece. " } -\score { - \notes { - \set Staff.pedalSustainStyle = #'bracket - c4 \sustainDown - \bar "|." - } - \paper { raggedright = ##t } +\layout { ragged-right = ##t } + + +{ + \set Staff.pedalSustainStyle = #'bracket + c4 \sustainOn + \bar "|." } + +