X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=56a19b0b8a41231cb59acb18786abcbe8498d25a;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=d55017c09dbe887907d86eddf3f0b59c7f3224ab;hpb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index d55017c09d..56a19b0b8a 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -1,22 +1,17 @@ +\version "2.19.21" \header { - - texidoc = "Two quoted voices may refer to each other. In this + texidoc = "Two quoted voices may refer to each other. In this example, there are notes with each full-bar rest." - - } -\version "2.12.0" -A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | } -B = \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } +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 \addQuote "qB" \B -\layout { ragged-right = ##t } - << - \new Staff \A - \new Staff \B + \new Staff \A + \new Staff \B >>