X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpedal-bracket.ly;h=007b8404799d3291243e38678004bc119b7ff4c0;hb=8a459d03defc8f6746d90147972f8debec9b04da;hp=b8659e362575494d6b80902da3fdbc9c3b35192a;hpb=3bafaae8bf353619d2f97036e874f1c9cb787adf;p=lilypond.git diff --git a/input/regression/pedal-bracket.ly b/input/regression/pedal-bracket.ly index b8659e3625..007b840479 100644 --- a/input/regression/pedal-bracket.ly +++ b/input/regression/pedal-bracket.ly @@ -1,10 +1,10 @@ -\version "2.12.0" +\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 \sustainOn b c c, \sustainOff \sustainOn d8[ c] e8[ - e \sustainOff \sustainOn] f4 d - \sustainOff g \sustainOn b b, \sustainOff 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 } }