]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tie-busy-grobs.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / tie-busy-grobs.ly
index 22e28934be10cf0294dcc384fd99309860287278..c19149ad6f00914a2004a53848cde2eee5c1c101 100644 (file)
@@ -1,5 +1,5 @@
 #(ly:set-option 'old-relative)
-\version "1.9.1"
+\version "1.9.2"
 \header {
 
 texidoc = "Tie engraver uses @code{busyGrobs} to keep track of
@@ -11,9 +11,11 @@ note heads. Test if this queue works by throwing many  mixed tuplets at it."
 {
 \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 }}
  >
 }