Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / quote-tie.ly
blob50cb66e27589e1dcd1f5877d61bd10d0695b4e44
1 \version "2.11.10"
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 } |