Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for alternative notations (e.g. guitar tabs) #182

Closed
sdroege opened this issue Feb 4, 2016 · 2 comments
Closed

Add support for alternative notations (e.g. guitar tabs) #182

sdroege opened this issue Feb 4, 2016 · 2 comments

Comments

@sdroege
Copy link

sdroege commented Feb 4, 2016

It'd be great if instead of only allowing notes given by name, one could provide them in alternative notations like guitar tabs. For many people it's a more natural representation for playing music on the guitar, and provides some more information over alternatives (like specifying which string should be used).

@daveyarwood
Copy link
Member

I agree, this would be awesome for guitarists who are more used to tablature than standard notation.

We're planning on implementing a plugin system (#37) at some point -- this will allow you to define your own syntax features to use in Alda scores. Basically, it will work by translating your score (with special syntax) into an ordinary Alda score, and then evaluating it like usual. I think this plugin system should be the way to implement things like this feature.

I don't think guitar tab notation is something we will support in the language itself, though.

@daveyarwood
Copy link
Member

Closing this issue since #37 covers this and other use cases for alternate syntax.

I'll be keeping guitar tab notation in the back of my mind as we work towards plugins, though. This would definitely be a killer plugin!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants