]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-busy-grobs.ly
typo
[lilypond.git] / input / regression / tie-busy-grobs.ly
index c19149ad6f00914a2004a53848cde2eee5c1c101..89acd070a96fe1249eebd1c048232195dd450466 100644 (file)
@@ -1,21 +1,27 @@
-#(ly:set-option 'old-relative)
-\version "1.9.2"
+\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'' 
- <
- {  \times 2/3 { c'8~  c8~ c8~ c8~ c8~ c8 } }
- \\
+\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 }}
- >
-}
+>>
+
+
+