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 missing entries for '7sus4', 'add11', 'add13', 'add9' to chord_shorthand #88

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yaph
Copy link

@yaph yaph commented Dec 17, 2021

A call like from_shorthand('C7sus4') resulted in an "Unknown shorthand" error. I noticed that some other entries in chord_shorthand_meaning were not present in chord_shorthand so I added these as well.

To run make test I had to install numpy.

The following call still results in an error, but I don't know the code well enough to make it work:

from_shorthand('C9b5')

@BonifacioCalindoro
Copy link

Nice work

@ldrolez
Copy link

ldrolez commented Aug 8, 2023

I think 11 and add11 are different: add11 has an added 11th without the 7th and 9th
Same problem with add13

@BonifacioCalindoro
Copy link

I think 11 and add11 are different: add11 has an added 11th without the 7th and 9th
Same problem with add13

Exactly, those chords imply different notes. That difference is necessary for the robustness of modern harmony

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

Successfully merging this pull request may close these issues.

3 participants