Nitpick: ly:spanner-bound grob name slur -> spanner.
[lilypond.git] / input / regression / quote-tuplet.ly
blob6ce70dfe06055c8bdbbfee366d8ca9963221a595
2 \version "2.12.0"
4 \header {
6 texidoc = "In cue notes, Tuplet stops are handled before new tuplets
7 start."
11 foo = \relative {
12 \times 2/3 { c4 c c } \times 2/3 { c4 c c }
15 \addQuote "foo" { \foo }
17 \paper {
18 ragged-right = ##t
21 \new Staff
23 \new Voice \transpose c c' {
24 \override Stem #'direction = #UP
25 \foo
27 \new Voice {
28 \cueDuring #"foo" #DOWN { s1 }