X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fpedal-end.ly;h=2539d8563b93bc05906981e25ef7c33442d667f7;hb=c96554f25f55ed14f893e492a6d8e2317d26b244;hp=c69c0c6edd2f1da725de07efecf71dc3e27fa6fa;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/pedal-end.ly b/input/regression/pedal-end.ly index c69c0c6edd..2539d8563b 100644 --- a/input/regression/pedal-end.ly +++ b/input/regression/pedal-end.ly @@ -1,15 +1,17 @@ -\version "2.4.0" +\version "2.12.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 "|." } + +