]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[lilypond.git] / input / regression / tie-busy-grobs.ly
1 \version "2.1.26"
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 \notes \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