]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-busy-grobs.ly
typo
[lilypond.git] / input / regression / tie-busy-grobs.ly
index 22e28934be10cf0294dcc384fd99309860287278..89acd070a96fe1249eebd1c048232195dd450466 100644 (file)
@@ -1,19 +1,27 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "2.7.39"
 \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." 
+  texidoc = "Tie engraver uses @code{busyGrobs} to keep track of
+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 }}
- >
+\layout {
+  ragged-right = ##t
 }
 
+
+\context Staff \relative c'' 
+<<
+  {  \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 }}
+>>
+
+
+
+