bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Simultaneous Key Changes


From: Graham Percival
Subject: Re: Simultaneous Key Changes
Date: Mon, 30 Oct 2006 10:42:57 -0800
User-agent: Thunderbird 1.5.0.7 (Macintosh/20060909)

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)







reply via email to

[Prev in Thread] Current Thread [Next in Thread]