X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-bracket.ly;h=b4b8ef487c85b0c1f06f0b35ca2974fe5b68771c;hb=3ac8ef8f394f32f1523c6ac24f27e2b403bba16f;hp=95dcd65cc9bbad1625a442e5e193b9e220574955;hpb=51159f8679de00e6cd526ca2a16e1ea4d4294f81;p=lilypond.git diff --git a/input/regression/pedal-bracket.ly b/input/regression/pedal-bracket.ly index 95dcd65cc9..b4b8ef487c 100644 --- a/input/regression/pedal-bracket.ly +++ b/input/regression/pedal-bracket.ly @@ -1,4 +1,4 @@ -\version "2.3.4" +\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 } }