X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=56a19b0b8a41231cb59acb18786abcbe8498d25a;hb=3879125ed65c285ff3094f2cad51a7bf1376e225;hp=2792ad5b2635a7a111805155a390e066f92574da;hpb=d461b7e3857b6c32b0cf3ac5c4d2db07b371780f;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 2792ad5b26..56a19b0b8a 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -1,23 +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." - - } -A = \relative c' { c4 d e f | << R1 \\ - \quote "qB" 1 >> | } -B = \relative c' { << R1 \\ - \quote "qA" 1 >> | f4 e d c | } - -\addquote "qA" \A -\addquote "qB" \B +A = \relative { c'4 d e f | \cueDuring #"qB" #1 { R1 } | } +B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } -\paper { raggedright = ##t } +\addQuote "qA" \A +\addQuote "qB" \B << - \context Staff = "A" \A - \context Staff = "B" \B + \new Staff \A + \new Staff \B >>