X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=9cc47d370a4f4f35084bf15f715415f9e833101c;hb=99090207257309e033d2a7db19d7899049d8656e;hp=200f6776b469c4955bbb920d4ee469b5797a85cb;hpb=39dd20959c8b3a143cfe41138a5c62749da54079;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 200f6776b4..9cc47d370a 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -6,17 +6,17 @@ example, there are notes with each full-bar rest." } -\version "2.7.13" +\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 | } -\addquote "qA" \A -\addquote "qB" \B +\addQuote "qA" \A +\addQuote "qB" \B -\layout { raggedright = ##t } +\layout { ragged-right = ##t } << - \context Staff = "A" \A - \context Staff = "B" \B + \new Staff \A + \new Staff \B >>