/usr/share/minuet/definitions/rhythm-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 | {
"definitions": [
{
"tags": ["rhythm", "easy", "medium"],
"name": "quarter",
"sequence": "4"
},
{
"tags": ["rhythm", "easy", "medium"],
"name": "eighth-eighth",
"sequence": "8 8"
},
{
"tags": ["rhythm", "easy", "medium"],
"name": "eighth-dot-sixteenth",
"sequence": "8. 16"
},
{
"tags": ["rhythm", "easy", "medium"],
"name": "sixteenth-eighth-dot",
"sequence": "16 8."
},
{
"tags": ["rhythm", "medium"],
"name": "sixteenth-sixteenth-sixteenth-sixteenth",
"sequence": "16 16 16 16"
},
{
"tags": ["rhythm", "medium"],
"name": "eighth-sixteenth-sixteenth",
"sequence": "8 16 16"
},
{
"tags": ["rhythm", "medium"],
"name": "sixteenth-eighth-sixteenth",
"sequence": "16 8 16"
},
{
"tags": ["rhythm", "medium"],
"name": "sixteenth-sixteenth-eighth",
"sequence": "16 16 8"
}
]
}
|