moinejf/abc2svg

Problem with line continuation and |:

Opened this issue · 11 comments

Hello, I'd like to report a minor problem that is shown by the following tune:

X:1
T:Problem with line continuation and |:
K:C
%%text Wrong, missing |:
CD
|:EF GA Bc :|
%%text Right, | is printed:
CD
| EF GA Bc :|

I hope that it shows - CD is followed by a backslash "".

bwl21 commented

I do not understand the point. Why do you expect a a repeat start at the very beginning?

bwl21 commented

This is, what I get from

X:1
T:Problem with line continuation and |:
K:C
%%text Wrong, missing |:
CD\
|:EF GA Bc :|
%%text Right, | is printed:
CD\
| EF GA Bc :|

screenshot_1212

I cannot see the problem. Do you expect a measure bar on the very begiinning? Your abc-code does not denote this therefore it does not come.

@bwl21: it is not the beginning, the backslash after 'CD' is not seen. But, anyway, a repeat start may be put/forced at start of tune.

@GuidoGonzato: thanks for this 1st report, but, sorry, abc2svg is moving to an other location:
https://chiselapp.com/user/moinejf/repository/abc2svg.
I did yet inform the list because there are still some scripts and documentation to be updated.
I added the ticket and this problem should fixed by
https://chiselapp.com/user/moinejf/repository/abc2svg/info/7979c352cc612374.

bwl21 commented

amazngly it was woking correct in zupfnoter, but i don't recognize why ...

Maybe you got the last commit or you have a frontend which changes the backslash+newline.

bwl21 commented

I had tried it with 1.16.4-5-g0ea68e5. I now tried with 1.17.4 and the problem exists. So It was introduced between 1.16.4 and 1.17.4

I do experiments and abc2svg can be made as an abc player
https://github.com/dirkncl/abc2svgPlayer
example: https://dirkncl.github.io/abc2svgPlayer/openhymal_new.html