X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-bracket.ly;h=b8659e362575494d6b80902da3fdbc9c3b35192a;hb=5c771783a27413b6e496512b3d8f939f01f8f1e8;hp=b000fdbc4b30f59a6c320028351416f64b289d44;hpb=e22771460462a09a38bf5b99db5d9c8d0e19d513;p=lilypond.git diff --git a/input/regression/pedal-bracket.ly b/input/regression/pedal-bracket.ly index b000fdbc4b..b8659e3625 100644 --- a/input/regression/pedal-bracket.ly +++ b/input/regression/pedal-bracket.ly @@ -1,4 +1,4 @@ -\version "2.6.0" +\version "2.12.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 } }