]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
719d196f2ce1384e5e1f8bacdc6f3f76687603e9
[lilypond.git] / input / regression / tie-busy-grobs.ly
1 \header {
2
3 texidoc = "Tie engraver uses @code{busyGrobs} to keep track of
4 note heads. Test if this queue works by throwing many  mixed tuplets at it." 
5
6 }
7
8 \score
9 {
10 \notes \context Staff \relative c'' 
11  <
12   \context Voice { \voiceOne \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
13   \context Voice= VII { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
14   \context Voice = VIII { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
15  >
16 }