X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-end.ly;h=94c6c4904ada610aa1565cc4531095fb99527716;hb=0398fdb9df24ac2e22a8cbff1b3c18ca04e9f221;hp=3921d5d3937ac8525a26751132796e73dea7693d;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/pedal-end.ly b/input/regression/pedal-end.ly index 3921d5d393..94c6c4904a 100644 --- a/input/regression/pedal-end.ly +++ b/input/regression/pedal-end.ly @@ -1,15 +1,17 @@ -\version "2.3.4" +\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 { - { - \set Staff.pedalSustainStyle = #'bracket - c4 \sustainDown - \bar "|." - } - \paper { raggedright = ##t } +\layout { ragged-right = ##t } + + +{ + \set Staff.pedalSustainStyle = #'bracket + c4 \sustainOn + \bar "|." } + +