MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / quote-kill-cues.ly
blob730a210b25ffe19746ca5dd4930b0b577ba06ff1
1 \version "2.13.5"
3 \header {
4 texidoc = "@code{\\killCues} shall only remove real cue notes generated by
5 @code{\\cueDuring}, but not other music quoted using @code{\\quoteDuring}."
8 mus = \relative c' { c2 c c c c c c c }
9 \addQuote #"M" \mus
11 quot = \relative c' {
12 d2 \quoteDuring #"M" { s1 } e2 \cueDuring #"M" #UP { s1 } f2
15 \score { <<
16 \quot
17 \killCues \quot
18 >> }