[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: \partcombine causes wrong tuplet bracket when tuplet begins with res
From: |
James Lowe |
Subject: |
Re: \partcombine causes wrong tuplet bracket when tuplet begins with rest |
Date: |
Sat, 16 May 2015 07:36:30 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
On 15/05/15 22:38, H. S. Teoh wrote:
> % 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 }
> }
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>
>
Is this just another symptom of
https://code.google.com/p/lilypond/issues/detail?id=913
?
James