musique/examples/ode-to-joy.mq

14 lines
283 B
Plaintext
Raw Normal View History

2022-06-22 17:44:04 +02:00
var C = chord (c 3 1) (g 3 1) (c 4 1);
var G = chord (g 3 1) (d 4 1) (g 4 1);
oct 5;
2022-06-22 17:44:04 +02:00
par (C) e e f g;
par (G) g f e d;
par (C) c c d e;
2022-06-22 18:46:24 +02:00
par (G) (e 5 (3/8)) (d 5 (1/8)) (d 5 (1/2));
2022-06-22 17:44:04 +02:00
par (C) e e f g;
par (G) g f e d;
par (C) c c d e;
2022-06-22 18:46:24 +02:00
par (G) (d 5 (1/2)) (c 5 (1/8));
par (C) (c 5 1);