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