bug-lilypond
[Top][All Lists]
Advanced

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

Re: barcheck bug?


From: Erik Sandberg
Subject: Re: barcheck bug?
Date: Tue, 3 May 2005 11:31:39 +0200
User-agent: KMail/1.7.2

This is fixed in 2.5.20.

On Monday 04 April 2005 09.47, Erik Sandberg wrote:
> Thanks, added this as warn-partcombine-barcheck.ly
>
> %warning
> %David Bobroff <address@hidden>
>
> \header {
>   texidoc = "partcombine generates incorrect barcheck warnings"
>   reportedin = "2.5.16"
> }
>
> \version "2.5.16"
>
> \new Staff {
>   \time 3/4
>   \partcombine
>     {r2.| r2. | r2. }
>     {r2.| r2. | r2. }
> }
>
> On Tuesday 22 March 2005 17.12, David Bobroff wrote:
> > When I run Lily 2.5.16 on the following example I get barcheck failures.
> >
> > %% file ob.ly
> >
> > \version "2.5.16"
> >
> > oboeOne = \relative c'' {
> >   \key d \major
> >   r8
> >   R2.*3
> >   r4. e8-\p-( d cis-)
> > }
> >
> > oboeTwo = \relative c'' {
> >   \key d \major
> >   r8
> >   R2.*4
> > }
> >
> > \score{
> >   \relative c''{
> >     \partial 8
> >     \time 6/8
> >     \context Staff<<
> >       \set Score.skipBars = ##t
> >       \partcombine
> >       \oboeOne
> >       \oboeTwo
> >
> >
> >   }
> > }
> >
> > %% end file ob.ly
> >
> > Interpreting music...
> > ob.ly:13:2: warning: barcheck failed at: 1/8:
> >
> >   R2.*4
> > Interpreting music...
> > ob.ly:6:2: warning: barcheck failed at: 1/8:
> >
> >   R2.*3
> >
> > ob.ly:6:2: warning: barcheck failed at: 3/8:
> >
> >   R2.*3
> >
> > The output, however, look ok.  Also, if I run the parts separately I get
> > no barcheck errors.  If I run the parts together in a score it's ok.  It
> > is only when I use \partcombine.  Is this a false barcheck failure or am
> > I overlooking something in my input?
> >
> > -David

-- 
Erik Sandberg
Maintainer of the Lilypond bug CVS archive,
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/
http://lilypond.org/doc/v2.5/bugs/out/index.html




reply via email to

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