lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4567 in lilypond: Multi-measure rests don't play n


From: lilypond
Subject: [Lilypond-auto] Issue 4567 in lilypond: Multi-measure rests don't play nicely with \partial
Date: Mon, 17 Aug 2015 07:03:21 +0000

Status: Accepted
Owner: ----
Labels: Type-Defect

New issue 4567 by tdanielsmusic: Multi-measure rests don't play nicely with \partial
https://code.google.com/p/lilypond/issues/detail?id=4567

Timing is incorrect when a MM rest immediately follows a time signature change and \partial.

Issue reported by Mats Bengtsson:

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


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



reply via email to

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