MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tie-arpeggio.ly
blobf7f8b1f0edb47ac0a14d7f9dd2f1189cf74dd0c0
1 \header
4 texidoc =
6 "when @code{tieWaitForNote} is set, the right-tied note does not
7 have to follow the lef-tied note directly. When @code{tieWaitForNote}
8 is set to false, any tie will erase all pending ties."
12 \version "2.12.0"
14 \paper { ragged-right = ##t }
15 \relative c' {
16 c~ e~ g~ <c, e g>
17 \set tieWaitForNote = ##t
18 c~ e~ g~ <c, e g>
20 <c c'> ~
22 \set tieWaitForNote = ##f
23 <c e> ~
24 <c e c'>