]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / tie-busy-grobs.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
3 \header {
4
5 texidoc = "Tie engraver uses @code{busyGrobs} to keep track of
6 note heads. Test if this queue works by throwing many  mixed tuplets at it." 
7
8 }
9
10 \score
11 {
12 \notes \context Staff \relative c'' 
13  <
14   \context Voice { \voiceOne \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
15   \context Voice= VII { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
16   \context Voice = VIII { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
17  >
18 }
19