Fix 524 pitched trill losing accidental.
[lilypond.git] / input / regression / tie-arpeggio.ly
blobde6f8234965a8a3bb547bf8dcc8b1b0d8aed4b08
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.10.0"
14 \paper { ragged-right = ##t }
15 \relative {
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'>