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