]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cyclic.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / quote-cyclic.ly
index 200f6776b469c4955bbb920d4ee469b5797a85cb..56a19b0b8a41231cb59acb18786abcbe8498d25a 100644 (file)
@@ -1,22 +1,17 @@
+\version "2.19.21"
 
 \header {
-
-    texidoc = "Two quoted voices may refer to each other. In this
+  texidoc = "Two quoted voices may refer to each other. In this
 example, there are notes with each full-bar rest."
-         
 }
-\version "2.7.13"
-
-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
+A = \relative { c'4 d e f | \cueDuring #"qB" #1 { R1 } | }
+B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | }
 
-\layout { raggedright = ##t }
+\addQuote "qA" \A
+\addQuote "qB" \B
 
 <<
-    \context Staff = "A" \A
-    \context Staff = "B" \B
+  \new Staff \A
+  \new Staff \B
 >>