Warning, /education/minuet/data/definitions/chords-sevenths-definitions.json is written in an unsupported language. File is not indexed.

0001 {
0002   "definitions": [
0003     {
0004       "tags": ["chord", "root-position", "minor", "7-", "seventh", "basic"],
0005       "name": "Minor seventh",
0006       "sequence": "3 7 10"
0007     },
0008     {
0009       "tags": ["chord", "root-position", "dominant", "7-", "seventh", "basic"],
0010       "name": "Dominant seventh",
0011       "sequence": "4 7 10"
0012     },
0013     {
0014       "tags": ["chord", "root-position", "major", "7+", "seventh", "basic"],
0015       "name": "Major seventh",
0016       "sequence": "4 7 11"
0017     },
0018     {
0019       "tags": ["chord", "first-inversion", "minor", "7-", "seventh", "basic"],
0020       "name": "Minor seventh - first inversion",
0021       "sequence": "4 7 9"
0022     },
0023     {
0024       "tags": ["chord", "first-inversion", "dominant", "7-", "seventh", "basic"],
0025       "name": "Dominant seventh - first inversion",
0026       "sequence": "3 6 8"
0027     },
0028     {
0029       "tags": ["chord", "first-inversion", "major", "7+", "seventh", "basic"],
0030       "name": "Major seventh - first inversion",
0031       "sequence": "3 7 8"
0032     },
0033     {
0034       "tags": ["chord", "second-inversion", "minor", "7-", "seventh", "basic"],
0035       "name": "Minor seventh - second inversion",
0036       "sequence": "3 5 8"
0037     },
0038     {
0039       "tags": ["chord", "second-inversion", "dominant", "7-", "seventh", "basic"],
0040       "name": "Dominant seventh - second inversion",
0041       "sequence": "3 5 9"
0042     },
0043     {
0044       "tags": ["chord", "second-inversion", "major", "7+", "seventh", "basic"],
0045       "name": "Major seventh - second inversion",
0046       "sequence": "4 5 9"
0047     },
0048     {
0049       "tags": ["chord", "third-inversion", "minor", "7-", "seventh", "basic"],
0050       "name": "Minor seventh - third inversion",
0051       "sequence": "2 5 9"
0052     },
0053     {
0054       "tags": ["chord", "third-inversion", "dominant", "7-", "seventh", "basic"],
0055       "name": "Dominant seventh - third inversion",
0056       "sequence": "2 6 9"
0057     },
0058     {
0059       "tags": ["chord", "third-inversion", "major", "7+", "seventh", "basic"],
0060       "name": "Major seventh - third inversion",
0061       "sequence": "1 5 8"
0062     },
0063     {
0064       "tags": ["chord", "root-position", "diminished", "5-", "7--", "seventh"],
0065       "name": "Diminished seventh",
0066       "sequence": "3 6 9"
0067     },
0068     {
0069       "tags": ["chord", "root-position", "diminished", "5-", "7-", "seventh"],
0070       "name": "Half Diminished seventh",
0071       "sequence": "3 6 10"
0072     },
0073     {
0074       "tags": ["chord", "root-position", "minor", "7+", "seventh"],
0075       "name": "Minor major seventh",
0076       "sequence": "3 7 11"
0077     },
0078     {
0079       "tags": ["chord", "root-position", "major", "5-", "7+", "seventh"],
0080       "name": "Major seventh flat five",
0081       "sequence": "4 6 11"
0082     },
0083     {
0084       "tags": ["chord", "root-position", "dominant", "5-", "7-", "seventh"],
0085       "name": "Dominant seventh flat five",
0086       "sequence": "4 6 10"
0087     },
0088     {
0089       "tags": ["chord", "root-position", "augmented", "5+", "7-", "seventh"],
0090       "name": "Augmented seventh",
0091       "sequence": "4 8 10"
0092     },
0093     {
0094       "tags": ["chord", "root-position", "diminished", "5-", "7+", "seventh"],
0095       "name": "Diminished major seventh",
0096       "sequence": "3 6 11"
0097     }
0098   ]
0099 }