bug-lilypond
[Top][All Lists]
Advanced

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

Re: Simultaneous Key Changes


From: Will Oram
Subject: Re: Simultaneous Key Changes
Date: Sat, 28 Oct 2006 02:17:27 -0400


On Oct 26, 2006, at 2.05 AM, Graham Percival wrote:

Will Oram wrote:
I see. I would not expect you to do the boiling down for me, regardless of your workload.

Well, that _is_ part of my duties as the Bug Meister. If this was your first bug report, I'd do that boiling down without giving it a second thought. But I know that you're not a lilypond novice, so I _did_ give it a second though. :)

Granted I find a way to separate the two (they have always coexisted in my eyes) I will let you know. But please be clearer in the future.

If these bugs _do_ always occur together, that would be useful info. Sorry about not being clear.

- Graham


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]