]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cyclic.ly
Merge with git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond.git
[lilypond.git] / input / regression / quote-cyclic.ly
index 2792ad5b2635a7a111805155a390e066f92574da..26332e3ebe26bdc4fefafb8e002127c49d57ea70 100644 (file)
@@ -6,18 +6,17 @@ example, there are notes with each full-bar rest."
          
  
 }
+\version "2.10.0"
 
-A = \relative c' { c4 d e f | << R1            \\
-                                \quote "qB" 1 >> | }
-B = \relative c' { << R1            \\
-                     \quote "qA" 1 >> | f4 e d c | }
+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
 
-\paper { raggedright = ##t }
+\layout { ragged-right = ##t }
 
 <<
-    \context Staff = "A" \A
-    \context Staff = "B" \B
+    \new Staff \A
+    \new Staff \B
 >>