X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=56a19b0b8a41231cb59acb18786abcbe8498d25a;hb=650e318ed0afc6938c8d903907d501690872b9a6;hp=9cc47d370a4f4f35084bf15f715415f9e833101c;hpb=87eedcd59f4082cb0841528ad5bc82cb1d1191e3;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 9cc47d370a..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.11.10" -A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | } -B = \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } +A = \relative { c'4 d e f | \cueDuring #"qB" #1 { R1 } | } +B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } \addQuote "qA" \A \addQuote "qB" \B -\layout { ragged-right = ##t } - << - \new Staff \A - \new Staff \B + \new Staff \A + \new Staff \B >>