X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=56a19b0b8a41231cb59acb18786abcbe8498d25a;hb=31059902570b531abd4cb21fc78ee2b5cc9395e7;hp=9006602dfa98333fd1a978c7d8b089919bf34136;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 9006602dfa..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." - - } -\version "2.3.17" -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 >>