]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
*** empty log message ***
[lilypond.git] / input / regression / tie-busy-grobs.ly
1 \version "2.6.0"
2 \header {
3
4   texidoc = "Tie engraver uses @code{busyGrobs} to keep track of
5 note heads. By throwing many  mixed tuplets on the queue,
6 one may have collisions between ties and beams. 
7
8
9 }
10
11
12 \context Staff \relative c'' 
13 <<
14   {  \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
15   \\
16   { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
17   \\
18   { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
19 >>
20
21   \layout {
22     raggedright = ##t
23   }
24
25