Update .ly files.
[lilypond.git] / input / regression / quote-tie.ly
blob76eeefd0acdffb521af2665cee4cc3aa07f75b4a
1 \version "2.12.0"
3 \header {
5 texidoc = " Voices from different cues must not be tied together. In
6 this example, the first note has a tie. This note should not be tied
7 to the 2nd note. "
11 \paper {
12 ragged-right = ##t
15 cueI = \relative c'' {
16 a1 ~ | a | a |
18 \addQuote "cueI" { \cueI }
20 cueII = \relative c' {
21 R1 | e | a |
23 \addQuote "cueII" { \cueII }
25 \new Staff {
26 \cueDuring "cueI" #UP { R1 } |
28 \cueDuring "cueII" #UP { R1 } |