]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cyclic.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / quote-cyclic.ly
index 8a132d5c216bf5af0bc27235b8f70930d12fa398..9cc47d370a4f4f35084bf15f715415f9e833101c 100644 (file)
@@ -6,18 +6,17 @@ example, there are notes with each full-bar rest."
          
  
 }
-\version "2.3.14"
-A = \relative c' { c4 d e f | << R1            \\
-                                \quote "qB" 1 >> | }
-B = \relative c' { << R1            \\
-                     \quote "qA" 1 >> | f4 e d c | }
+\version "2.11.10"
 
-\addquote "qA" \A
-\addquote "qB" \B
+A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | }
+B = \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c  | }
 
-\paper { raggedright = ##t }
+\addQuote "qA" \A
+\addQuote "qB" \B
+
+\layout { ragged-right = ##t }
 
 <<
-    \context Staff = "A" \A
-    \context Staff = "B" \B
+    \new Staff \A
+    \new Staff \B
 >>