X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-kill-cues.ly;h=299ef94c0dabc6105e0541260af039c10b505f6f;hb=3af0951f9a11677240efa6228683dd4fcea13eaf;hp=4678fe8bda986e0c7f80d2ea51656723122cc266;hpb=652ed35a2013489d0a14fede6307cd2595abb2c4;p=lilypond.git diff --git a/input/regression/quote-kill-cues.ly b/input/regression/quote-kill-cues.ly index 4678fe8bda..299ef94c0d 100644 --- a/input/regression/quote-kill-cues.ly +++ b/input/regression/quote-kill-cues.ly @@ -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 { <<