mikaelnousiainen / vexabc

ABC notation parser and renderer for VexFlow
Mozilla Public License 2.0
23 stars 4 forks source link

Annotation before slur causes syntax error #1

Open SomMeri opened 11 years ago

SomMeri commented 11 years ago

Annotation before slur causes syntax error.

Syntax error:

X:1
M:3/4
K:F
C DE|"^above" (F3E FG)

This is OK:

X:1
M:3/4
K:F
C DE|("^above" F3E FG)
incompleteopus commented 10 years ago

Thanks. The syntax looks correct, but I'll still have to check the spec to be sure.

I also noticed you had forked vexabc with some great ideas for improving it (written down as issues) - have you been working on any of them? I'm about to resume VexABC development and any kind of help with the project is greatly appreciated

SomMeri commented 10 years ago

Unfortunately, I run out of free time. I can barely support less4j and other project I promised I will contribute to. VexABC seems like great project through, I would gladly contribute if I could.

I planned to add it automatic split on lines and have the same music sheets visible on smart phone and on web without additional work.