From c56e33332749e86e9c099f6790df9e5102cd649c Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 26 Sep 2013 08:02:52 -0700 Subject: [PATCH] Add +M7sus and +7sus chords I'm not sure why I didn't have these here before, when I had +M9sus and +9sus. --- scherzo.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scherzo.c b/scherzo.c index b7acce9..dbaaa61 100644 --- a/scherzo.c +++ b/scherzo.c @@ -681,6 +681,8 @@ scherzo_analyze_chord (scherzo_t *scherzo) { {{1, 0}, {3, -1}, {5, 0}, {6, 0}}, "m6" }, { {{1, 0}, {2, 0}, {5, 0}, {6, 0}}, "m6sus2" }, /* Seventh chords */ + { {{1, 0}, {4, 0}, {5, +1}, {7, 0}}, SUP "+M7" PUS "sus" }, + { {{1, 0}, {4, 0}, {5, +1}, {7, -1}}, SUP "+7" PUS "sus" }, { {{1, 0}, {4, 0}, {5, 0}, {7, 0}}, "M7sus" }, { {{1, 0}, {4, 0}, {5, 0}, {7, -1}}, "7sus" }, { {{1, 0}, {4, 0}, {5, -1}, {7, -1}}, "7♭5sus" }, -- 2.43.0