X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-bracket.ly;h=b4b8ef487c85b0c1f06f0b35ca2974fe5b68771c;hb=f70f949ada045f29480bdfde1e855fa5367dc639;hp=ed5377c5c9f7d748cfd89b319a684b269f5184d1;hpb=5956be580d291c1460f1c4b5f6e4a1c3e6549602;p=lilypond.git diff --git a/input/regression/pedal-bracket.ly b/input/regression/pedal-bracket.ly index ed5377c5c9..b4b8ef487c 100644 --- a/input/regression/pedal-bracket.ly +++ b/input/regression/pedal-bracket.ly @@ -1,4 +1,4 @@ -\version "2.3.16" +\version "2.10.0" \header { @@ -13,7 +13,7 @@ At a line-break, there are no vertical endings. " } \set Staff.pedalSustainStyle = #'bracket c4 d e \sustainDown b c c, \sustainUp \sustainDown d8[ c] e8[ - e \sustainUp \sustainDown] f4 d + e \sustainUp \sustainDown] f4 d \sustainUp g \sustainDown b b, \sustainUp c' \set Staff.pedalUnaCordaStyle = #'mixed @@ -21,5 +21,5 @@ At a line-break, there are no vertical endings. " } c4 d \unaCorda e f g b | \break c b c \treCorde c } - \paper { raggedright = ##t } + \layout { ragged-right = ##t } }