]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-busy-grobs.ly
* scripts/convert-ly.py (conv): remove \notes.
[lilypond.git] / input / regression / tie-busy-grobs.ly
index a84c606883ca4f737cfe6493a32d9a937adfd03b..f0fb19edbe69ec1f7d159e436349e2662749db4a 100644 (file)
@@ -1,23 +1,26 @@
-\version "2.1.22"
+\version "2.3.4"
 \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.
-
-This test may show collisions between tie and beam. 
+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 } }
- \\
-  { \voiceTwo \times 2/5 { a,4 ~a4 ~a4~ a4~ a4 }}
- \\
-  { \voiceThree  { b,8 ~ b8 ~ b8 ~  b8 }}
- >>
+    \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 }}
+    >>
+
+    \paper {
+       raggedright = ##t
+    }
 }