X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=56a19b0b8a41231cb59acb18786abcbe8498d25a;hb=b25b4262c8124b4d4279527ce00f1c7dd705a9c7;hp=200f6776b469c4955bbb920d4ee469b5797a85cb;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 200f6776b4..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.7.13" - -A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | } -B = \relative c' { \cueDuring #"qA" #1 { R1 } | 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 | } -\layout { raggedright = ##t } +\addQuote "qA" \A +\addQuote "qB" \B << - \context Staff = "A" \A - \context Staff = "B" \B + \new Staff \A + \new Staff \B >>