X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-end.ly;h=2539d8563b93bc05906981e25ef7c33442d667f7;hb=d7017035d83599b886ebe35b52bd74bc7f838797;hp=ea276c9ce3546e938e77ac3929b8f237e9b1c5b6;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/pedal-end.ly b/input/regression/pedal-end.ly index ea276c9ce3..2539d8563b 100644 --- a/input/regression/pedal-end.ly +++ b/input/regression/pedal-end.ly @@ -1,15 +1,17 @@ -\version "2.6.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 "|." } + +