Closed bwl21 closed 6 years ago
with 533db89 it works fine, but still throws messages
noname.abc:2:1 Error: %%tune not treated yet
noname.abc:5:1 Error: %%tune not treated yet
Sorry, I forgot to update the documentation: %%clip works with %%tune only in abcm2ps. In abc2svg, %%clip works everywhere and %%tune is not handled yet.
I see. I played around and I saw that I could make my app to convert a clip to harpnotes by
abc.tosvg("getmodel","I:clip 2-4");
abc.tosvg("abc", abc_code);
This is great and helps me a lot. Thanks.
I played around with %%clip. It stops working if the symbol selector is > 9
doses not yield any tune. It gives error messages
%%tune not treated yet
I do not yet use this in my app but I plan to add a similar feature (see https://github.com/bwl21/zupfnoter/issues/64)