Skip to content

Commit

Permalink
Merge pull request #86 from Moustov/patch-6
Browse files Browse the repository at this point in the history
7(b9)
  • Loading branch information
yuma-m authored Jan 22, 2023
2 parents 5ac3e99 + 4d5f53d commit 366dbeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pychord/constants/qualities.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
('9sus4', (0, 5, 7, 10, 14)),
('7-9', (0, 4, 7, 10, 13)),
('7b9', (0, 4, 7, 10, 13)),
('7(b9)', (0, 4, 7, 10, 13)), # https://www.oolimo.com/guitarchords/Fsharp7(b9)
('7+9', (0, 4, 7, 10, 15)),
('7#9', (0, 4, 7, 10, 15)),
('9-5', (0, 4, 6, 10, 14)),
Expand Down

0 comments on commit 366dbeb

Please sign in to comment.