X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=56a19b0b8a41231cb59acb18786abcbe8498d25a;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=afbf309bc000173af5299383ade299ea869a862a;hpb=94644b3a701073c99eabb88d95b20cd3f3ac5af0;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index afbf309bc0..56a19b0b8a 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -1,11 +1,11 @@ -\version "2.16.0" +\version "2.19.21" \header { texidoc = "Two quoted voices may refer to each other. In this example, there are notes with each full-bar rest." } -A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | } +A = \relative { c'4 d e f | \cueDuring #"qB" #1 { R1 } | } B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } \addQuote "qA" \A