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

0001 {
0002   "definitions": [
0003     {
0004       "tags": ["chord", "root-position", "minor", "triad"],
0005       "name": "Minor",
0006       "sequence": "3 7"
0007     },
0008     {
0009       "tags": ["chord", "root-position", "major", "triad"],
0010       "name": "Major",
0011       "sequence": "4 7"
0012     },
0013     {
0014       "tags": ["chord", "root-position", "diminished", "triad"],
0015       "name": "Diminished",
0016       "sequence": "3 6"
0017     },
0018     {
0019       "tags": ["chord", "root-position", "augmented", "triad"],
0020       "name": "Augmented",
0021       "sequence": "4 8"
0022     },
0023     {
0024       "tags": ["chord", "root-position", "sus", "4", "three-note"],
0025       "name": "Sus4",
0026       "sequence": "5 7"
0027     },
0028     {
0029       "tags": ["chord", "root-position", "sus", "2", "three-note"],
0030       "name": "Sus2",
0031       "sequence": "2 7"
0032     },
0033     {
0034       "tags": ["chord", "first-inversion", "minor", "triad"],
0035       "name": "Minor - first inversion",
0036       "sequence": "4 9"
0037     },
0038     {
0039       "tags": ["chord", "first-inversion", "major", "triad"],
0040       "name": "Major - first inversion",
0041       "sequence": "3 8"
0042     },
0043     {
0044       "tags": ["chord", "first-inversion", "diminished", "triad"],
0045       "name": "Diminished - first inversion",
0046       "sequence": "6 9"
0047     },
0048     {
0049       "tags": ["chord", "second-inversion", "minor", "triad"],
0050       "name": "Minor - second inversion",
0051       "sequence": "5 8"
0052     },
0053     {
0054       "tags": ["chord", "second-inversion", "major", "triad"],
0055       "name": "Major - second inversion",
0056       "sequence": "5 9"
0057     }
0058   ]
0059 }