abcjs icon indicating copy to clipboard operation
abcjs copied to clipboard

Cross line tie never terminated with two voices.

Open johnkolen opened this issue 3 years ago • 1 comments

The tie at the end of measure 4 the melody voice should match with the first note of measure 5, but it never terminates (tie arc continuing down the page). It works as expected with only one voice, however.

X:1
T:Lawless Greenness
M:2/4
Q:1/4=105
V:melody clef=treble name=melody
V:harmony clef=bass name=harmony
K:GLyd
[V:melody]
d4-|d4|B4|  DD B,B,-|
[V:harmony]
 B,D Gz|^C^F Az|D^F Bz|B,E Gz|
[V:melody]
B,DE2|z2B2|G,2B,2|G,2^CA|
[V:harmony]
B,D Gz|A,D ^Fz|[G,B,D]4|  B,,E, G,z|

Screen Shot 2021-06-12 at 5 50 42 PM

Screen Shot 2021-06-12 at 5 55 12 PM

johnkolen avatar Jun 13 '21 00:06 johnkolen

Thanks for the report - I fixed a few similar issues and I'll look at this.

paulrosen avatar Jun 13 '21 23:06 paulrosen

Just wanted to post the same issue and found that it's already there.

is there any way to workaround it?

majcn avatar Jan 18 '23 07:01 majcn

Thanks for the bump on this - it fell off my radar. A workaround is to separate the voices. For instance, with the code above, rearranging it to the following works.

X:1
T:Lawless Greenness
M:2/4
Q:1/4=105
V:melody clef=treble name=melody
V:harmony clef=bass name=harmony
K:GLyd
[V:melody]
d4-|d4|B4|  DD B,B,-|
B,DE2|z2B2|G,2B,2|G,2^CA|
[V:harmony]
 B,D Gz|^C^F Az|D^F Bz|B,E Gz|
B,D Gz|A,D ^Fz|[G,B,D]4|  B,,E, G,z|

paulrosen avatar Jan 21 '23 14:01 paulrosen

Fixed in version 6.2.0

paulrosen avatar Mar 26 '23 16:03 paulrosen