]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-kill-cues.ly
Build: Run regression tests for lilypond-book (issue 2223).
[lilypond.git] / input / regression / quote-kill-cues.ly
index 79541220bff294da937539e37965a70a3482678a..2fe2735e2b674a3c96bba2944a76260a0625306e 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.13.5"
+\version "2.14.0"
 
 \header {
   texidoc = "@code{\\killCues} shall only remove real cue notes generated by
@@ -8,11 +8,11 @@
 mus = \relative c' { c2 c c c c c c c }
 \addQuote #"M" \mus
 
-q = \relative c' { 
+quot = \relative c' { 
   d2 \quoteDuring #"M" { s1 } e2 \cueDuring #"M" #UP { s1 } f2
 }
 
 \score { <<
-  \q
-  \killCues \q
+  \quot
+  \killCues \quot
 >> }