From 24b1a71e5542cd3b4178e554444f4b2791fbfcb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Pi=C4=85tkowski?= Date: Wed, 22 Jun 2022 18:39:23 +0200 Subject: [PATCH] more examples WIP --- examples/mozart.mq | 8 ++++++++ examples/sandattack.mq | 9 +++++++++ 2 files changed, 17 insertions(+) create mode 100644 examples/mozart.mq create mode 100644 examples/sandattack.mq diff --git a/examples/mozart.mq b/examples/mozart.mq new file mode 100644 index 0000000..d33f26b --- /dev/null +++ b/examples/mozart.mq @@ -0,0 +1,8 @@ +oct 2; +bpm 120; +par (f#) (c# 4 (1/2)); +par (g#) (d# 4 (1/2)) (g# 3 (5/16)); +par (f) (d# 4 (1/2)); +par (a#) (f 4 (1/2)) (a# 4 (1/16)) (f# 4 (1/16)) (f 4 (1/16)) (c# 4 (1/16)); +par (f#) (c# 4 (1/2)); +par (g#) (d# 4 (1/2)); diff --git a/examples/sandattack.mq b/examples/sandattack.mq new file mode 100644 index 0000000..d8da6cd --- /dev/null +++ b/examples/sandattack.mq @@ -0,0 +1,9 @@ +bpm 150; + +play (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/8)); +play (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/8)); +play (e 4 (1/16)) (e 4 (1/16)) (e 4 (1/16)) (e 4 (1/16)) (e 4 (1/16)) (e 4 (1/16)) (e 4 (1/8)); +play (d 4 (1/16)) (d 4 (1/16)) (d 4 (1/16)) (d 4 (1/16)) (d 4 (1/16)) (d 4 (1/16)) (d 4 (1/8)); +play (a 3 (1/16)) (a 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/8)); +play (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/8)); +play (d 4 (1/16)) (d 4 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/16)) (h 3 (1/8));