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: Mats Bengtsson
Subject: Re: Possible bug with new \partial
Date: Sun, 16 Aug 2015 22:55:50 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.8.0


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







reply via email to

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