X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftie-busy-grobs.ly;h=1a522f34041f691da6bc45682f1b8e572901bce7;hb=d02446a61d3eabfde67ed48928ae07766c97750f;hp=22e28934be10cf0294dcc384fd99309860287278;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/regression/tie-busy-grobs.ly b/input/regression/tie-busy-grobs.ly index 22e28934be..1a522f3404 100644 --- a/input/regression/tie-busy-grobs.ly +++ b/input/regression/tie-busy-grobs.ly @@ -1,19 +1,27 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" +\version "2.7.32" \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 }} +>> + + + +