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
> bug-lilypond@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to