]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-busy-grobs.ly
* input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
[lilypond.git] / input / regression / tie-busy-grobs.ly
index 86a79c1674f20ea52686cbf88ccf314b404ae0fe..3394945306e1db8089867e310b4920bc560c7784 100644 (file)
@@ -1,18 +1,22 @@
-\version "1.7.18"
+\version "2.2.0"
 \header {
 
 texidoc = "Tie engraver uses @code{busyGrobs} to keep track of
-note heads. Test if this queue works by throwing many  mixed tuplets at it." 
+note heads. By throwing many  mixed tuplets on the queue,
+one may have collisions between ties and beams. 
+" 
 
 }
 
 \score
 {
 \notes \context Staff \relative c'' 
- <
-  \context Voice { \voiceOne \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
-  \context Voice= VII { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
-  \context Voice = VIII { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
- >
+ <<
+ {  \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
+ \\
+  { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
+ \\
+  { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
+ >>
 }