-
Notifications
You must be signed in to change notification settings - Fork 7
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
Standard library of chords (at least major & minor) #2
Comments
I was just thinking about this. Will definitely add at least a small set of chords for starters. |
For alternate tunings, it would be cool if the standard library could transpose the chords for you. |
This also might be complicated for 7+ string guitars. It wouldn't be a bad idea to simply have a library for 6 string standard tuning though. I feel like most guitarists would fall into that category. |
I guess it also becomes problematic when using alternate tunings... But overall, I think that Marktab should assume 6 strings + standard tuning unless otherwise specified (since that's how tabs work anyways). Sorta like how rails emphasizes convention over configuration. If |
I was thinking I also totally agree with the convention over configuration paradigm. The standard library of 6 string chords should be available by default unless you change tuning or strings number. |
Perhaps another enhancement would be the ability to include additional chord libraries, which would be useful for someone who always uses a specific non-standard tuning or has a 7-string guitar. Maybe this sort of syntax:
I guess any of these words would also work: |
Yes. I'm going to pull this into its own issue. |
How would the user find out what the standard library of chords is? I was thinking of having a command line argument |
RTFM? I see no problem with command line arguments too, though. Be sure to include I think that ideally, the chord keywords would become known through marktab examples and convention. It shouldn't be too hard to remember how to write new chord keywords once you learn the pattern (whatever that pattern ends up being). |
Yeah, I'll be sure to add |
To keep things consistent between different people's marktabs.
The text was updated successfully, but these errors were encountered: