Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with line continuation and |: #110

Open
GuidoGonzato opened this issue Jun 12, 2018 · 11 comments
Open

Problem with line continuation and |: #110

GuidoGonzato opened this issue Jun 12, 2018 · 11 comments

Comments

@GuidoGonzato
Copy link

GuidoGonzato commented Jun 12, 2018

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
Copy link
Contributor

bwl21 commented Jun 12, 2018

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

@GuidoGonzato
Copy link
Author

GuidoGonzato commented Jun 12, 2018 via email

@GuidoGonzato
Copy link
Author

GuidoGonzato commented Jun 12, 2018 via email

@bwl21
Copy link
Contributor

bwl21 commented Jun 12, 2018

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.

@moinejf
Copy link
Owner

moinejf commented Jun 12, 2018

@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.

@GuidoGonzato
Copy link
Author

GuidoGonzato commented Jun 12, 2018 via email

@GuidoGonzato
Copy link
Author

GuidoGonzato commented Jun 12, 2018 via email

@bwl21
Copy link
Contributor

bwl21 commented Jun 12, 2018

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

@moinejf
Copy link
Owner

moinejf commented Jun 12, 2018

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

@bwl21
Copy link
Contributor

bwl21 commented Jun 12, 2018

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

@dirkncl
Copy link

dirkncl commented Dec 18, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants