X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fquote-cyclic.ly;h=9cc47d370a4f4f35084bf15f715415f9e833101c;hb=29b060250128c577ab8f3cc4837d35b4ace625bf;hp=89af2fb117b751d29e220d679d94191c56b59ce3;hpb=34eb783cd6b1af2fd7cf2c573ec9dc7e9d16e7f7;p=lilypond.git diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index 89af2fb117..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.6.0" +\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 >>