This file is indexed.

/usr/share/minuet/definitions/chords-root-position-definitions.json is in minuet-data 17.12.3-0ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
{
  "definitions": [
    {
      "tags": ["chord", "root-position", "minor", "triad"],
      "name": "Minor",
      "sequence": "3 7"
    },
    {
      "tags": ["chord", "root-position", "major", "triad"],
      "name": "Major",
      "sequence": "4 7"
    },
    {
      "tags": ["chord", "root-position", "minor", "7", "seventh"],
      "name": "Minor 7",
      "sequence": "3 7 10"
    },
    {
      "tags": ["chord", "root-position", "dominant", "7", "seventh"],
      "name": "Dominant 7",
      "sequence": "4 7 10"
    },
    {
      "tags": ["chord", "root-position", "diminished", "triad"],
      "name": "Diminished",
      "sequence": "3 6"
    },
    {
      "tags": ["chord", "root-position", "augmented", "triad"],
      "name": "Augmented",
      "sequence": "4 8"
    },
    {
      "tags": ["chord", "root-position", "minor", "9", "extended"],
      "name": "Minor 9",
      "sequence": "3 7 10 14"
    },
    {
      "tags": ["chord", "root-position", "major", "9", "extended"],
      "name": "Major 9",
      "sequence": "4 7 10 14"
    },
    {
      "tags": ["chord", "root-position", "major", "7", "seventh"],
      "name": "Major maj7",
      "sequence": "4 7 11"
    },{
      "tags": ["chord", "root-position", "major", "7", "9", "extended"],
      "name": "Major maj7(9)",
      "sequence": "4 7 11 14"
    },
    {
      "tags": ["chord", "root-position", "major", "7", "extended"],
      "name": "Major Seventh",
      "sequence": "4 7 11"
    },
    {
      "tags": ["chord", "root-position", "diminished", "7", "seventh"],
      "name": "Diminished Seventh",
      "sequence": "3 6 9"
    },
    {
      "tags": ["chord", "root-position", "diminished", "7", "seventh"],
      "name": "Half Diminished Seventh",
      "sequence": "3 6 10"
    },
    {
      "tags": ["chord", "root-position", "minor", "7", "altered"],
      "name": "Minor maj7",
      "sequence": "3 7 11"
    },
    {
      "tags": ["chord", "root-position", "major", "5", "7", "altered"],
      "name": "Major maj7(b5)",
      "sequence": "4 6 11"
    },
    {
      "tags": ["chord", "root-position", "major", "7", "altered"],
      "name": "Major 7",
      "sequence": "4 7 10"
    },
    {
      "tags": ["chord", "root-position", "major", "5", "7", "altered"],
      "name": "Major 7(b5)",
      "sequence": "4 6 10"
    },
    {
      "tags": ["chord", "root-position", "major", "5", "7", "altered"],
      "name": "Major 7(#5)",
      "sequence": "4 8 10"
    },
    {
      "tags": ["chord", "root-position", "major", "7", "9", "altered"],
      "name": "Major 7(#9)",
      "sequence": "4 7 10 15"
    },
    {
      "tags": ["chord", "root-position", "major", "7", "9", "altered"],
      "name": "Major 7(b9)",
      "sequence": "4 7 10 13"
    },
    {
      "tags": ["chord", "root-position", "major", "7", "9", "altered"],
      "name": "Major 7(#5/b9)",
      "sequence": "4 8 10 13"
    }
  ]
}