]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / input / regression / tie-busy-grobs.ly
1 \version "2.7.39"
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 \layout {
12   ragged-right = ##t
13 }
14
15
16 \context Staff \relative c'' 
17 <<
18   {  \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
19   \\
20   { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
21   \\
22   { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
23 >>
24
25
26
27