From fb23a0a479d276e3e2c72ab702fc679b09823f5b Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Mon, 28 Nov 2022 22:48:04 +0100 Subject: [PATCH] Create a music file --- o-tannenbaum.json | 72 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 o-tannenbaum.json diff --git a/o-tannenbaum.json b/o-tannenbaum.json new file mode 100644 index 0000000..a9b101b --- /dev/null +++ b/o-tannenbaum.json @@ -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"} + ] +}