abcjs icon indicating copy to clipboard operation
abcjs copied to clipboard

Ties and repeats

Open hwellmann opened this issue 3 years ago • 2 comments

A tie at the end of a first repeat should not extend into the second repeat.

Example:

|1 "Eb"eB2c "Bb7"defg-:|2 "Eb"e2zG 

abcjs: Bildschirmfoto 2022-06-19 um 10 59 22

abcm2ps:

Bildschirmfoto 2022-06-19 um 11 00 36

Is there any workaround to achieve the correct layout?

hwellmann avatar Jun 19 '22 09:06 hwellmann

I think that is a regression - I'll look at that case and see what I broke. Thanks for the report.

paulrosen avatar Jun 25 '22 14:06 paulrosen

I see - I fixed the case where it is a slur, so this should work for you:

|1 "Eb"eB2c "Bb7"def(g:|2 "Eb"e2zG

paulrosen avatar Jun 25 '22 14:06 paulrosen