Jean-François Moine
Jean-François Moine
I don't know about VUE. About import, abc2svg conforms to nodeJS, but this will be removed sooner or later. Otherwise, as you should know, abc2svg now uses fossil and the...
Well. abc2svg is a set of scripts that converts the ABC (and some other) music notations to SVG and/or HTML audio5 and MIDI5. In other words, it permits users to...
Hi, You did not say which program you are using (this github repository is not used anymore). I check your code with the last abc2svg version (1.20.9, date 2020/04/09), and...
As problems, I forgot the '_G' in the choruses which must be '^F'.
There is already the famous xml2abc package from W. Vree. Anyway, I don't like musicXML. MEI is cooler (job started). Otherwise, I wonder about MNX from the W3C.
As you can see in https://w3c.github.io/mnx/by-example/ MNX is much more compact than MusicXML. Also, the MusicXML tag is rather odd. What do you mean by "datamode of musicXML"?
Some characters went out in my previous comment: "Also, the MusicXML tag <backup> is rather odd." Don't you think so? @bwl21 Well, after looking again at our JSON data model,...
@bwl21 The problem with my data structure is the pointers. To have JSON.stringify() working, there must not be loops with the pointers, and there are a lot of them. I...
Did you ever read the ABC documentation?
Fixed, thanks. But, why are you using this old repository?