xsawyerx / sawnote

Sawyer's guitar notation
MIT License
3 stars 0 forks source link

Support chords by names #2

Closed xsawyerx closed 2 years ago

xsawyerx commented 2 years ago

I want to be able to write C>F#>B7 to refer to those chords without having to spell them out.

xsawyerx commented 2 years ago

Still not sure how to handle a chord that has multiple possible positions.

C chord can optionally have the 6th string on the 3rd fret. How would you express which version you want? Maybe it's easier just not allowing it. Theoretically, you could use the L.... proposed in #1.

xsawyerx commented 2 years ago

I think the : syntax for adding notes can deal with the scenario of an altered chord:

C+6:3 == L010233

xsawyerx commented 2 years ago

Done.