ringw / vexflow

A JavaScript library for rendering music notation and guitar tablature.
http://www.vexflow.com
71 stars 23 forks source link

Tablature support #13

Open mutil opened 8 years ago

mutil commented 8 years ago

MusicXML supports tablature notation. Is there a way to render tablature with this plugin and if not, can you provide some guidelines of how this should be implemented?

Thank you.

pikkle commented 7 years ago

I dare to re-ask; is there's any prospect to implement the tablature notation in the future ?

ringw commented 7 years ago

Sorry, I'm not actively developing this any more, and tablature support is out of scope for me. It could be added to the parser, IR, and Stave generation, but it looks like it would require a completely different code path (creating TabStaves and TabNotes instead of Staves and StaveNotes). Probably every part of this plugin would have to be updated to add this code path.