Skip to content

Commit

Permalink
added aug7 and 7b5
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoskp committed Dec 17, 2024
1 parent 0c849f9 commit 20c60d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions muspy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,12 @@ class ChordSymbolParser(object):
'major': '',
'minor': 'm',
'augmented': 'aug',
'augmented-major-seventh': 'aug',
'diminished': 'dim',
'dominant': '7',
'major-seventh': 'maj7',
'minor-seventh': 'm7',
'seventh-flat-five': '7(b5)',
'diminished-seventh': 'dim7',
'augmented-seventh': 'aug7',
'half-diminished': 'm7b5',
Expand Down

0 comments on commit 20c60d2

Please sign in to comment.