X-Git-Url: https://git.cworth.org/git?p=scherzo;a=blobdiff_plain;f=scherzo.c;h=098008930e4d4d77b4dd21ec82ad40ca52d19554;hp=ed62f762a60a2eef8bda0a929e88762a3cca8a60;hb=fc6b1da08cd8552050d2669363a85e405f19736d;hpb=d381e83531820e71a4ab5ad8361da7ffbcb8ae32 diff --git a/scherzo.c b/scherzo.c index ed62f76..0980089 100644 --- a/scherzo.c +++ b/scherzo.c @@ -671,7 +671,7 @@ scherzo_analyze_chord (scherzo_t *scherzo) struct { modified_degree_t degrees[3]; const char *name; } triads[] = { { {{1, 0}, {3, 0}, {5, +1}}, SUP "+" PUS }, - { {{1, 0}, {3, 0}, {5, 0}}, "M" }, + { {{1, 0}, {3, 0}, {5, 0}}, "" }, { {{1, 0}, {3, -1}, {5, 0}}, "m" }, { {{1, 0}, {3, -1}, {5, -1}}, "°" } };