]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
8486bf4650b11a980a631e07e0d58b3844423834
[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 \score
12 {
13     \context Staff \relative c'' 
14     <<
15         {  \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
16         \\
17         { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
18         \\
19         { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
20     >>
21
22     \layout {
23         raggedright = ##t
24     }
25 }
26