Tablature support
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.
I dare to re-ask; is there's any prospect to implement the tablature notation in the future ?
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.