]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-busy-grobs.ly
Imported sources
[lilypond.git] / input / regression / tie-busy-grobs.ly
index 05b94a4c2e2ddff2b0f97d0257044eaebb4aca0d..9016f3f44bd32de617bb1c288488c0621b08351d 100644 (file)
@@ -1,18 +1,23 @@
-\version "1.7.16"
+\version "2.1.7"
 \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. Test if this queue works by throwing many  mixed tuplets at it.
+
+This test may show collisions between tie and beam. 
+" 
 
 }
 
 \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 }}
+ >>
 }
-%% new-chords-done %%
+