bug-lilypond
[Top][All Lists]
Advanced

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

Re: Missing Rests


From: Erik Sandberg
Subject: Re: Missing Rests
Date: Wed, 17 Aug 2005 13:43:41 +0200
User-agent: KMail/1.8.1

On Wednesday 17 August 2005 08.23, Graham Percival wrote:
> On 16-Aug-05, at 10:01 PM, Will Oram wrote:
> > It's getting better, but lilypond sometimes just leaves bars in
> > combined part lines blank. An example:
>
> Interesting; it's prompted by using R1*x.  In this smaller example,
> using the
> second "two" definition (which avoids R1*x), it works just fine.

Which isn't surprising. R1 R1 R1 R1 has different semantics (e.g., skipBars 
will never merge them).

Added as partcombine-R-overlap.ly:

%
%Will Oram

\version "2.6.0"
\header {
texidoc = "partcombine sometimes doesn't handle multimeasure rests correctly,
if rests from the two parts are overlapping.

Workaround: Use R1 R R R instead of R1*4
"
reportedin = "2.6.0"
}

\layout {raggedright =##t }

one={ R1*3 c''1 R1*3 c''1 }
two={ R1 a'1 R1*5 a'1 }
%two={ R1 a'1 R1 R R R R a'1 }
{
\partcombine
   \one
   \two
}

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




reply via email to

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