]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
(all-grob-descriptions): less padding.
[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 This test may show collisions between tie and beam. 
8
9
10 }
11
12 \score
13 {
14 \notes \context Staff \relative c'' 
15  <<
16  {  \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
17  \\
18   { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
19  \\
20   { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
21  >>
22 }
23