]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cyclic.ly
Doc-es: various updates.
[lilypond.git] / input / regression / quote-cyclic.ly
index 492182acab0f62de6acea86b3313b4045d5b4bad..56a19b0b8a41231cb59acb18786abcbe8498d25a 100644 (file)
@@ -1,11 +1,11 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header {
   texidoc = "Two quoted voices may refer to each other. In this
 example, there are notes with each full-bar rest."
 }
 
-A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | }
+A = \relative { c'4 d e f | \cueDuring #"qB" #1 { R1 } | }
 B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | }
 
 \addQuote "qA" \A