X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=d259b3d49a682a42f03bba731a5d44a4007055fb;hb=1dff29aea8a32c30f7fcfadf8a00afa0371dbf7a;hp=380b767d75ee8920ede7ec61e4a89d100dfcfde4;hpb=34881554afeaf03a55a3a983caf9cfeaaf3ea060;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 380b767d75..d259b3d49a 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -6,18 +6,17 @@ example, there are notes with each full-bar rest." } -\version "2.3.22" -A = \relative c' { c4 d e f | << R1 \\ - \quote "qB" 1 >> | } -B = \relative c' { << R1 \\ - \quote "qA" 1 >> | f4 e d c | } +\version "2.11.51" -\addquote "qA" \A -\addquote "qB" \B +A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | } +B = \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } -\layout { raggedright = ##t } +\addQuote "qA" \A +\addQuote "qB" \B + +\layout { ragged-right = ##t } << - \context Staff = "A" \A - \context Staff = "B" \B + \new Staff \A + \new Staff \B >>