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

0001 {
0002   "definitions": [
0003     {
0004       "tags": ["chord", "root-position", "minor", "7-", "9", "ninth", "extended"],
0005       "name": "Minor ninth",
0006       "sequence": "3 7 10 14"
0007     },
0008     {
0009       "tags": ["chord", "root-position", "major", "7-", "9", "ninth", "extended"],
0010       "name": "Dominant ninth",
0011       "sequence": "4 7 10 14"
0012     },
0013     {
0014       "tags": ["chord", "root-position", "major", "7-", "9+", "ninth", "extended"],
0015       "name": "Dominant 7#9",
0016       "sequence": "4 7 10 15"
0017     },
0018     {
0019       "tags": ["chord", "root-position", "major", "7+", "9", "ninth", "extended"],
0020       "name": "Major ninth",
0021       "sequence": "4 7 11 14"
0022     },
0023     {
0024       "tags": ["chord", "root-position", "7-", "9", "ninth", "sus", "extended"],
0025       "name": "Jazz sus chord",
0026       "sequence": "5 7 10 14"
0027     },
0028     {
0029       "tags": ["chord", "root-position", "minor", "7-", "9", "11", "eleventh", "extended"],
0030       "name": "Minor eleventh",
0031       "sequence": "3 7 10 14 17"
0032     },
0033     {
0034       "tags": ["chord", "root-position", "major", "7-", "9", "11", "eleventh", "extended"],
0035       "name": "Dominant eleventh",
0036       "sequence": "4 7 10 14 17"
0037     },
0038     {
0039       "tags": ["chord", "root-position", "major", "7+", "9", "11", "eleventh", "extended"],
0040       "name": "Major eleventh",
0041       "sequence": "4 7 11 14 17"
0042     },
0043     {
0044       "tags": ["chord", "root-position", "major", "7+", "9", "11+", "eleventh", "extended"],
0045       "name": "Major sharp eleventh",
0046       "sequence": "4 7 11 14 18"
0047     },
0048     {
0049       "tags": ["chord", "root-position", "major", "7-", "9", "11+", "eleventh", "extended"],
0050       "name": "Dominant sharp eleventh",
0051       "sequence": "4 7 10 14 18"
0052     }
0053   ]
0054 }