lilypond-auto
[Top][All Lists]
Advanced

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

Re: [Lilypond-auto] Issue 3066 in lilypond: tie in TabStaff (using q) di


From: lilypond
Subject: Re: [Lilypond-auto] Issue 3066 in lilypond: tie in TabStaff (using q) displays one of the unisone notes in a chord
Date: Sun, 19 Oct 2014 08:24:58 +0000


Comment #12 on issue 3066 by address@hidden: tie in TabStaff (using q) displays one of the unisone notes in a chord
https://code.google.com/p/lilypond/issues/detail?id=3066

When fixing the bug introduced in this issue (the loop variable being incremented too much), the output is the same as before. So reversing the processing order actually was snake oil here: what was really involved is that the "fixed" loop skipped half the values, and for this test case happened to skip a good selection of elements.

Ugh. What's likely a better fix is to stop the loop after the first match rather than letting the first notehead to tie exhaust all ties.

Reversing the loop might still make sense in that case in order to have heads matched in order.

--
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]