bug-lilypond
[Top][All Lists]
Advanced

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

Re: Bad \partcombine Output: Example


From: Graham Percival
Subject: Re: Bad \partcombine Output: Example
Date: Sun, 17 Jun 2007 13:08:08 -0700
User-agent: Thunderbird 1.5.0.12 (Macintosh/20070509)

Hi Will,

If you create a _minimal_ example I'll add it to the bug tracker, but I
suspect that the answer will be that this is a duplicate of
http://code.google.com/p/lilypond/issues/detail?id=34

Sorry,
- Graham

Will Oram wrote:
Earlier (see http://lists.gnu.org/archive/html/bug-lilypond/2007-06/msg00046.html), I described very ugly output when using partcombine in lilypond .11.21 to the current day. Parts took no heed of each other and proceeded to overlap and create a trainwreck.

After a LOT of ripping apart code, I've come up with a reason and an example.

REASON: Grace notes! When grace notes occupy the same space, it causes a partcombine meltdown.

Try this. In reading the output, note measure two: a quarter and dotted half occupy the same beam, and slurring looks plain wrong.

\include "english.ly"

partA = \relative c''' {
    \clef "treble"
    c2 d\trill \bar "" \grace { c16[( d]) } \bar "|"
cflat2.( c4)
    dflat2 r
}
partB = \relative c'' {
    \clef "treble"
    c d2_\trill \bar "" \grace { c16[( d]) } \bar "|"
eflat4( f8 gflat aflat4 gflat)
    f2 r
}


\score {
       \new Staff <<
        \partcombine
            \partA
            \partB
    >>

\layout {
}
}

learn from Crunchy
----------------------------------------------------------
                       _   |  WILL ORAM
ASCII ribbon campaign ( )  |  spamguy (at) foxchange . com
 - against HTML email  X   |  wro1 (at) cwru . edu
             & vCards / \  |
                           |  AIM spamguy21
----------------------------------------------------------
(ABOVE: Magnetic poetry #2, by Brian Lauber)



_______________________________________________
bug-lilypond mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond







reply via email to

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