]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-busy-grobs.ly
typo
[lilypond.git] / input / regression / tie-busy-grobs.ly
index f0fb19edbe69ec1f7d159e436349e2662749db4a..89acd070a96fe1249eebd1c048232195dd450466 100644 (file)
@@ -1,26 +1,27 @@
-\version "2.3.4"
+\version "2.7.39"
 \header {
 
-texidoc = "Tie engraver uses @code{busyGrobs} to keep track of
+  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
-{
-    \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
-    }
+\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 }}
+>>
+
+
+
+