Thanks, added as
http://code.google.com/p/lilypond/issues/detail?id=129

- Graham

Will Oram wrote:

Well, I isolated the elongation of the triplet bracket. This is as simple as I could manage. \partcombine is required. Furthermore, any shorter of a passage and the bracket line disappears (though the warning 'programming error: invalid direction of tuplet-span-event / continuing, cross fingers' is still generated). Produced with .26-2.

\version "2.9.25"
\include "english.ly"

Top = {
    r2 \times 2/3 { g8[ g g] } \times 2/3 { g[ g g] }
    g1
    g
    \times 2/3 { g8[ g g] } \times 2/3 { g[ g g] } g4 g
}

Bottom = {
    R1
    g1
R1*2
}

\score {
    \new Staff <<
        \partcombine
            \relative c'' { \Top }
\relative c'' { \Bottom } >>

    \layout {}
}

I have to smile and remember
when you accuse me of that smell
----------------------------------------------------------
                       _   |  WILL ORAM
ASCII ribbon campaign ( )  |  spamguy (at) foxchange . com
 - against HTML email  X   |  wro1 (at) cwru . edu
             & vCards / \  |
                           |  AIM spamguy21
----------------------------------------------------------
(ABOVE: Magnetic poetry #3)





_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to