bug-lilypond
[Top][All Lists]
Advanced

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

Re: Possible bug with new \partial


From: Trevor Daniels
Subject: Re: Possible bug with new \partial
Date: Mon, 17 Aug 2015 08:11:33 +0100

Mats,

Here's a workaround, although I bet you already have one:

\relative c'{
\time 2/4
\partial 4
c4 |
d8 e f g |
f4*2
\bar "||"
\time 3/4
R2.*3 |
f4 ( a f ) |
f2.
}

Trevor


> 
> My apologies for spamming the mailing list. After some more trials, I 
> realize that the problem remains even if I write \partial after \time. 
> Still, the problem only appears with multimeasure rests, as the two 
> following examples illustrate:
> 
> \version "2.19.25"
> % Working example
> \relative c'{
> \time 2/4
> \partial 4
> c4 |
> d8 e f g |
> f4
> \bar "||"
> \time 3/4
> \partial 4*0
> %R2.*3 |
> f4 ( a f ) |
> f2.
> }
> 
> % Failing example
> \relative c'{
> \time 2/4
> \partial 4
> c4 |
> d8 e f g |
> f4
> \bar "||"
> \time 3/4
> \partial 4*0
> R2.*3 |
> f4 ( a f ) |
> f2.
> }
> 
> 
>    /Mats
> 
> 
> 
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond

reply via email to

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