MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / pedal-bracket.ly
blobb8659e362575494d6b80902da3fdbc9c3b35192a
1 \version "2.12.0"
3 \header {
5 texidoc = "The brackets of a piano pedal should start and end at
6 the left side of the note. If a note is shared between two brackets,
7 these ends are flared.
9 At a line-break, there are no vertical endings. " }
11 \score {
12 \relative c'' {
13 \set Staff.pedalSustainStyle = #'bracket
15 c4 d e \sustainOn b c c, \sustainOff \sustainOn d8[ c] e8[
16 e \sustainOff \sustainOn] f4 d
17 \sustainOff g \sustainOn b b, \sustainOff c'
19 \set Staff.pedalUnaCordaStyle = #'mixed
21 c4 d \unaCorda e f g
22 b | \break c b c \treCorde c
24 \layout { ragged-right = ##t }