]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/quote-cyclic.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / quote-cyclic.ly
index 094de9a1bb3a36592485acc7a9f154f56e4e2374..492182acab0f62de6acea86b3313b4045d5b4bad 100644 (file)
@@ -1,22 +1,17 @@
+\version "2.14.0"
 
 \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.32"
 
 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
+B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | }
 
-\layout { ragged-right = ##t }
+\addQuote "qA" \A
+\addQuote "qB" \B
 
 <<
-    \new Staff \A
-    \new Staff \B
+  \new Staff \A
+  \new Staff \B
 >>