X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-bracket.ly;h=ff66cc47aa755519c9b383fd7c5b7271b13c8252;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=afa98a889081b159de6b731abc22843254a3dc3b;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/pedal-bracket.ly b/input/regression/pedal-bracket.ly index afa98a8890..ff66cc47aa 100644 --- a/input/regression/pedal-bracket.ly +++ b/input/regression/pedal-bracket.ly @@ -1,4 +1,4 @@ -\version "2.7.13" +\version "2.14.0" \header { @@ -12,14 +12,14 @@ At a line-break, there are no vertical endings. " } \relative c'' { \set Staff.pedalSustainStyle = #'bracket - c4 d e \sustainDown b c c, \sustainUp \sustainDown d8[ c] e8[ - e \sustainUp \sustainDown] f4 d - \sustainUp g \sustainDown b b, \sustainUp c' + c4 d e \sustainOn b c c, \sustainOff \sustainOn d8[ c] e8[ + e \sustainOff \sustainOn] f4 d + \sustainOff g \sustainOn b b, \sustainOff c' \set Staff.pedalUnaCordaStyle = #'mixed c4 d \unaCorda e f g b | \break c b c \treCorde c } - \layout { raggedright = ##t } + \layout { ragged-right = ##t } }