X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=b2fe7245de11b5b2bddab1260f0ac8e8911f9bc7;hb=bf707a03756021f69e3f5d1a8246639a6a601099;hp=094de9a1bb3a36592485acc7a9f154f56e4e2374;hpb=052eddb409fd6b556fbf2bcd37c9ab07f226a154;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 094de9a1bb..b2fe7245de 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -1,22 +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.7.32" 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 +B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } -\layout { ragged-right = ##t } +\addQuote "qA" \A +\addQuote "qB" \B << - \new Staff \A - \new Staff \B + \new Staff \A + \new Staff \B >>