]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cyclic.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / quote-cyclic.ly
index e18f678706fc4fe2a26b4514185d088d130c0b73..d55017c09dbe887907d86eddf3f0b59c7f3224ab 100644 (file)
@@ -6,17 +6,17 @@ example, there are notes with each full-bar rest."
          
  
 }
-\version "2.7.32"
+\version "2.12.0"
 
 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 { ragged-right = ##t }
 
 <<
-    \context Staff = "A" \A
-    \context Staff = "B" \B
+    \new Staff \A
+    \new Staff \B
 >>