]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/quote-cyclic.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / quote-cyclic.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Two quoted voices may refer to each other. In this
5 example, there are notes with each full-bar rest."
6 }
7
8 A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | }
9 B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | }
10
11 \addQuote "qA" \A
12 \addQuote "qB" \B
13
14 <<
15   \new Staff \A
16   \new Staff \B
17 >>