X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=afbf309bc000173af5299383ade299ea869a862a;hb=26a079ca2393d053315ef8dbef626c897dc9645a;hp=e18f678706fc4fe2a26b4514185d088d130c0b73;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index e18f678706..afbf309bc0 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -1,22 +1,17 @@ +\version "2.16.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 << - \context Staff = "A" \A - \context Staff = "B" \B + \new Staff \A + \new Staff \B >>