X-Git-Url: https://git.cworth.org/git?p=scherzo;a=blobdiff_plain;f=scherzo.c;h=dbaaa6120fb6dab7be613d02748c4ec6a780540d;hp=b7acce963aef1d6f0f835ffd1738b486b633ab32;hb=c56e33332749e86e9c099f6790df9e5102cd649c;hpb=cce4a033b8375e0fd293070444e2affe0b3db4a6 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" },