4 texidoc = " The @code{cueDuring} form of quotation will set stem
5 directions on both quoted and main voice, and deliver the quoted voice
6 in the @code{cue} @code{Voice}. The music function @code{\killCues}
7 can remove all cue notes.
9 Spanners run to the end of a cue section, and are not started on the
19 quoteMe = \relative c' { fis4 r16 a8.-> b4(-\ff~ b16 c8. b) }
21 \addQuote quoteMe \quoteMe
23 original = \relative c'' {
25 \cueDuring #"quoteMe" #1 { r2 }
27 \cueDuring #"quoteMe" #1 { r4 }
30 cueStaff = \relative c'' <<
31 \set Staff.quotedEventTypes = #'(note-event articulation-event)
37 \set Staff.instrumentName = "quoteMe"
41 \set Staff.instrumentName = "orig (killCues)"
45 \set Staff.instrumentName = "orig+quote"