X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fpedal-bracket.ly;h=ff66cc47aa755519c9b383fd7c5b7271b13c8252;hb=01f24004c5a9984eaa6c644881505349e49b3a4a;hp=4f1e5a5d19558995458266ad6f34692c7c3650a1;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/pedal-bracket.ly b/input/regression/pedal-bracket.ly index 4f1e5a5d19..ff66cc47aa 100644 --- a/input/regression/pedal-bracket.ly +++ b/input/regression/pedal-bracket.ly @@ -1,4 +1,4 @@ -\version "2.1.30" +\version "2.14.0" \header { @@ -9,17 +9,17 @@ At a line-break, there are no vertical endings. " } \score { - \notes \relative c'' { + \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 } - \paper { raggedright = ##t } + \layout { ragged-right = ##t } }