bug-lilypond
[Top][All Lists]
Advanced

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

Re: Weak Combining Parts


From: Erik Sandberg
Subject: Re: Weak Combining Parts
Date: Sun, 6 Feb 2005 23:05:09 +0100
User-agent: KMail/1.7.1

On Wednesday 10 November 2004 01.29, Erik Sandberg wrote:
> On Tuesday 09 November 2004 22.29, Will Oram wrote:
> > I've got a staff that combines two parts. It alternates between unison
> > and unique music for each part. The unique music looks OK. The unison
> > bits, though, aren't quite right. One would expect an 'a2' stuck on top
> > of one (not two) set of notes. Instead I get two of everything, even if
> > they're exactly alike. Two rests, two stems, two beams, etc.
> >
> > Example below. So is the implementation for this feature not 100% up to
> > snuff, an isolated bug, or a feature in disguise?
>
> It is a clear bug. Weird too. If you change the \> into a \<, it seems to
> work fine. Added the bug as partcombine-diminuendo.ly. Thanks for the
> report.

The bug is fixed in 2.5.11.

Erik

> > Will
> >
> > ---
> >
> > \version "2.4.1"
> >
> > #(set-global-staff-size 13)
> >
> > \include "english.ly"
> >
> > partOne = {
> >  \clef "treble"
> >  \key d \minor
> >  \time 6/4
> >
> >  e'1.~
> >  e4 r r r2.
> >  r r4 r a,16( bflat c d
> >  eflat1.\trill)
> > }
> >
> > partTwo = {
> >  \clef "treble"
> >  \key d \minor
> >  \time 6/4
> >
> >  g1.\ff~\>
> >  g4\! r r r2.
> >  r r4 r a16( bflat c d
> >  eflat1.\trill)
> > }
> >
> >
> >
> > \score {
> >  \new Staff <<
> >   \partcombine
> >    \relative d'' { \partOne }
> >    \relative d'' { \partTwo }
> >
> >
> >  \layout { \context { \RemoveEmptyStaffContext } }
> > }
> >
> > Will Oram
> > spamguy ^^AT^^ foxchange.com // william.oram ^^AT^^ cwru.edu // AIM
> > spamguy21
> >
> >
> >
> > _______________________________________________
> > bug-lilypond mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/bug-lilypond
>
> _______________________________________________
> 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]