bug-lilypond
[Top][All Lists]
Advanced

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

\partcombine causes wrong tuplet bracket when tuplet begins with rest


From: H. S. Teoh
Subject: \partcombine causes wrong tuplet bracket when tuplet begins with rest
Date: Fri, 15 May 2015 14:38:55 -0700
User-agent: Mutt/1.5.23 (2014-03-12)

% The triplet in the first argument to \partcombine is wrongly
% formatted in the output; the tuplet bracket only spans the two quarter
% rests, whereas it should span both rests and the single note.
%
% - Note: this is not the same as issue 913; padding the first voice
%   to have the same length as the second does not change the wrong
%   tuple bracket.
% - For some reason, deleting the r4 in the second voice makes the
%   problem disappear, for no apparent reason.
% - Starting the tuplet with a non-rest note also makes this problem go
%   away.
% - This problem does not occur if \partcombine is not used.

\version "2.19.19"
\score {
    \partcombine
        { \tuplet 3/2 { r r c'4 } }
        { R1 r4 }
}



reply via email to

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