]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / tie-busy-grobs.ly
1 \version "1.5.68"
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 }
8
9 \score
10 {
11 \notes \context Staff \relative c'' 
12  <
13   \context Voice { \voiceOne \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
14   \context Voice= VII { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
15   \context Voice = VIII { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
16  >
17 }