X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-end.ly;h=0aeed0c93a9ae8c9e8139adf14a18fe616237553;hb=9cba6d0b05bd28e2fc73f091b09ace570c976182;hp=7a4471116c066acb8cc07ec9d80a8f407801cc2f;hpb=4becc03c916b6e0ac4e59554d3588286502c8e53;p=lilypond.git diff --git a/input/regression/pedal-end.ly b/input/regression/pedal-end.ly index 7a4471116c..0aeed0c93a 100644 --- a/input/regression/pedal-end.ly +++ b/input/regression/pedal-end.ly @@ -1,15 +1,17 @@ -\version "2.1.29" +\version "2.14.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 "|." } + +