Skip to content

Commit

Permalink
Merge pull request #1077 from tidalcycles/major-chords-as-M
Browse files Browse the repository at this point in the history
Add capital-M aliases for major chords
  • Loading branch information
yaxu authored Apr 15, 2024
2 parents 997e3f7 + f24251f commit 30d75ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Sound/Tidal/Chords.hs
Original file line number Diff line number Diff line change
Expand Up @@ -184,14 +184,18 @@ chordTable = [("major", major),
("6by9", sixNine),
("major7", major7),
("maj7", major7),
("M7", major7),
("major9", major9),
("maj9", major9),
("M9", major9),
("add9", add9),
("major11", major11),
("maj11", major11),
("M11", major11),
("add11", add11),
("major13", major13),
("maj13", major13),
("M13", major13),
("add13", add13),
("dom7", dom7),
("dom9", dom9),
Expand Down

0 comments on commit 30d75ef

Please sign in to comment.