]> git.cworth.org Git - scherzo/commitdiff
Drop 'm' before half-diminished or diminished symbol
authorCarl Worth <cworth@cworth.org>
Thu, 26 Sep 2013 15:30:55 +0000 (08:30 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 26 Sep 2013 15:30:55 +0000 (08:30 -0700)
The chord no longer has minor quality once it's half-diminished or
diminished.  Putting the 'm' in there was just confusing.

scherzo.c

index dbaaa6120fb6dab7be613d02748c4ec6a780540d..4882cc941adba776cacc4890cfcb3567267d717d 100644 (file)
--- a/scherzo.c
+++ b/scherzo.c
@@ -698,9 +698,9 @@ scherzo_analyze_chord (scherzo_t *scherzo)
        { {{1, 0}, {3, -1}, {5, -1}, {7, -2}}, "°" SUP "7" PUS },
        { {{1, 0}, {2,  0}, {5,  0}, {7,  0}}, "m" SUP "M7" PUS "sus2" },
        { {{1, 0}, {2,  0}, {5,  0}, {7, -1}}, "m7sus2" },
-       { {{1, 0}, {2,  0}, {5, -1}, {7,  0}}, "m°" SUP "M7" PUS "sus2" },
-       { {{1, 0}, {2,  0}, {5, -1}, {7, -1}}, "m𝆩" SUP "7" PUS "sus2" },
-       { {{1, 0}, {2,  0}, {5, -1}, {7, -2}}, "m°" SUP "7" PUS "sus2" },
+       { {{1, 0}, {2,  0}, {5, -1}, {7,  0}}, "°" SUP "M7" PUS "sus2" },
+       { {{1, 0}, {2,  0}, {5, -1}, {7, -1}}, "𝆩" SUP "7" PUS "sus2" },
+       { {{1, 0}, {2,  0}, {5, -1}, {7, -2}}, "°" SUP "7" PUS "sus2" },
        /* Ninth chords voiced with no 5th */
        { {{1, 0}, {9,  0}, {4,  0}, {7,  0}}, "M9sus" },
        { {{1, 0}, {9,  0}, {4,  0}, {7, -1}}, "9sus" },