musicjson-toolbox
Version:
A toolbox for comparing musicjson objects
182 lines • 3.64 kB
JSON
{
"id": "example",
"attributes": {
"divisions": 4,
"clef": {
"line": 2,
"sign": "G"
},
"key": {
"fifths": -1
},
"time": {
"beats": "3",
"beat-type": "4"
}
},
"measures": [
{
"attributes": {
"repeat": {
"left": false,
"right": false
}
},
"notes": [
{
"pitch": {
"step": "C",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 2,
"type": "eighth"
},
{
"pitch": {
"step": "D",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 2,
"type": "eighth"
},
{
"pitch": {
"step": "E",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 2,
"type": "eighth"
},
{
"pitch": {
"step": "F",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 2,
"type": "eighth"
},
{
"pitch": {
"step": "G",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 2,
"type": "eighth"
},
{
"pitch": {
"step": "C",
"octave": 5,
"alter": 0
},
"rest": true,
"duration": 2,
"type": "eighth"
}
]
},
{
"attributes": {
"repeat": {
"left": false,
"right": false
}
},
"notes": [
{
"pitch": {
"step": "C",
"octave": 4,
"alter": 1,
"accidental": "sharp"
},
"rest": false,
"duration": 4,
"type": "quarter"
},
{
"pitch": {
"step": "D",
"octave": 4,
"alter": -1,
"accidental": "flat"
},
"rest": false,
"duration": 4,
"type": "quarter"
},
{
"pitch": {
"step": "B",
"octave": 4,
"alter": 0,
"accidental": "natural"
},
"rest": false,
"duration": 4,
"type": "quarter"
}
]
},
{
"attributes": {
"repeat": {
"left": true,
"right": true
}
},
"notes": [
{
"pitch": {
"step": "E",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 4,
"type": "quarter"
},
{
"pitch": {
"step": "A",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 4,
"type": "quarter"
},
{
"pitch": {
"step": "E",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 2,
"type": "eighth"
},
{
"pitch": {
"step": "A",
"octave": 4,
"alter": 0
},
"rest": false,
"duration": 2,
"type": "eighth"
}
]
}
]
}