This file is indexed.

/usr/share/minuet/definitions/scales-major-and-its-modes-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
{
  "definitions": [
    {
      "tags": ["scale", "ascending", "major", "diatonic"],
      "name": "Ionian",
      "sequence": "2 4 5 7 9 11 12"
    },
    {
      "tags": ["scale", "ascending", "major", "diatonic"],
      "name": "Dorian",
      "sequence": "2 3 5 7 9 10 12"
    },
    {
      "tags": ["scale", "ascending", "major", "diatonic"],
      "name": "Phrygian",
      "sequence": "1 3 5 7 8 10 12"
    },
    {
      "tags": ["scale", "ascending", "major", "diatonic"],
      "name": "Lydian",
      "sequence": "2 4 6 7 9 11 12"
    },
    {
      "tags": ["scale", "ascending", "major", "diatonic"],
      "name": "Mixolydian",
      "sequence": "2 4 5 7 9 10 12"
    },
    {
      "tags": ["scale", "ascending", "major", "diatonic"],
      "name": "Aeolian",
      "sequence": "2 3 5 7 8 10 12"
    },
    {
      "tags": ["scale", "ascending", "major", "diatonic"],
      "name": "Locrian",
      "sequence": "1 3 5 6 8 10 12"
    }
  ]
}