X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=b2fe7245de11b5b2bddab1260f0ac8e8911f9bc7;hb=bf707a03756021f69e3f5d1a8246639a6a601099;hp=c9f1ec9a7037bfe639b7e79c1c801ba87f236e92;hpb=2c6ba98b64c83d236f9d6f86155a3097380b63e8;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index c9f1ec9a70..b2fe7245de 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -1,23 +1,17 @@ +\version "2.12.0" \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.5.0" -A = \relative c' { c4 d e f | << R1 \\ - \quoteDuring #"qB" { \skip 1 } >> | } -B = \relative c' { << R1 \\ - \quoteDuring #"qA" { \skip 1 } >> | f4 e d c | } -\addquote "qA" \A -\addquote "qB" \B +A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | } +B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } -\layout { raggedright = ##t } +\addQuote "qA" \A +\addQuote "qB" \B << - \context Staff = "A" \A - \context Staff = "B" \B + \new Staff \A + \new Staff \B >>