]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-kill-cues.ly
resolve merge
[lilypond.git] / input / regression / quote-kill-cues.ly
diff --git a/input/regression/quote-kill-cues.ly b/input/regression/quote-kill-cues.ly
new file mode 100644 (file)
index 0000000..2fe2735
--- /dev/null
@@ -0,0 +1,18 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "@code{\\killCues} shall only remove real cue notes generated by
+  @code{\\cueDuring}, but not other music quoted using @code{\\quoteDuring}."
+}
+
+mus = \relative c' { c2 c c c c c c c }
+\addQuote #"M" \mus
+
+quot = \relative c' { 
+  d2 \quoteDuring #"M" { s1 } e2 \cueDuring #"M" #UP { s1 } f2
+}
+
+\score { <<
+  \quot
+  \killCues \quot
+>> }