You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: