]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-kill-cues.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / quote-kill-cues.ly
index 4678fe8bda986e0c7f80d2ea51656723122cc266..299ef94c0dabc6105e0541260af039c10b505f6f 100644 (file)
@@ -1,15 +1,15 @@
-\version "2.16.0"
+\version "2.19.21"
 
 \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 }
+mus = \relative { c'2 c c c c c c c }
 \addQuote #"M" \mus
 
-quot = \relative c' 
-  d2 \quoteDuring #"M" { s1 } e2 \cueDuring #"M" #UP { s1 } f2
+quot = \relative { 
+  d'2 \quoteDuring #"M" { s1 } e2 \cueDuring #"M" #UP { s1 } f2
 }
 
 \score { <<