Create a music file

This commit is contained in:
Nils Freydank 2022-11-28 22:48:04 +01:00
parent 05ddee0894
commit fb23a0a479
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 72 additions and 0 deletions

72
o-tannenbaum.json Normal file
View File

@ -0,0 +1,72 @@
{
"metadata":
{
"format": "json-0.1.0",
"title": "Oh Tannenbaum"
},
"music":
[
{"0" : "_e"},
{"c4": "_e"},
{"f4": "_e + _s"},
{"f4": "_s"},
{"f4": "_q + _s"},
{"g4": "_e"},
{"a4": "_e + _s"},
{"a4": "_s"},
{"a4": "_q + _e"},
{"a4": "_e"},
{"g4": "_e"},
{"a4": "_e"},
{"b4": "_q"},
{"e4": "_q"},
{"g4": "_q"},
{"f4": "_q"},
{"0": "_e"},
{"c4": "_e"},
{"c4": "_e"},
{"a4": "_e"},
{"d5": "_q + _e"},
{"c4": "_e"},
{"c4": "_e"},
{"b4": "_e"},
{"b4": "_q + _e"},
{"b4": "_e"},
{"b4": "_e"},
{"g4": "_e"},
{"c4": "_q + _e"},
{"b4": "_e"},
{"b4": "_e"},
{"a4": "_e"},
{"a4": "_q"},
{"0": "_e"},
{"c4": "_e"},
{"f4": "_e + _s"},
{"f4": "_s"},
{"f4": "_q + _s"},
{"g4": "_e"},
{"a4": "_e + _s"},
{"a4": "_s"},
{"a4": "_q + _e"},
{"a4": "_e"},
{"g4": "_e"},
{"a4": "_e"},
{"b4": "_q"},
{"e4": "_q"},
{"g4": "_q"},
{"f4": "_q"},
{"0": "_q"}
]
}