]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tie-busy-grobs.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / tie-busy-grobs.ly
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
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  {  \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
15  \\
16   { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
17  \\
18   { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
19  >>
20 }
21