X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-bracket.ly;h=007b8404799d3291243e38678004bc119b7ff4c0;hb=60f4e610f5ffb3d5d1201fd5fa258c2b64ac8010;hp=ef8f1086bc93e292a51a91830e23c01233181091;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/pedal-bracket.ly b/input/regression/pedal-bracket.ly index ef8f1086bc..007b840479 100644 --- a/input/regression/pedal-bracket.ly +++ b/input/regression/pedal-bracket.ly @@ -1,10 +1,10 @@ -\version "2.7.32" +\version "2.14.0" \header { texidoc = "The brackets of a piano pedal should start and end at - the left side of the note. If a note is shared between two brackets, - these ends are flared. + the left side of the main note-column. If a note is shared between + two brackets, these ends are flared. At a line-break, there are no vertical endings. " } @@ -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 \sustainOn b c c, \sustainOff \sustainOn d8[ c] e8[ + e \sustainOff \sustainOn] f4 r \sustainOff + g \sustainOn bes bes, \sustainOff c' \set Staff.pedalUnaCordaStyle = #'mixed c4 d \unaCorda e f g - b | \break c b c \treCorde c + b | \break c b \arpeggio \treCorde c } \layout { ragged-right = ##t } }