musique/examples/ode-to-joy.mq
Robert Bendun ddf9cc8f8c New declaration syntax x := foo instead of var x = foo
Additionaly moving into multiparameter binary operations
2022-09-18 14:50:20 +02:00

14 lines
253 B
Plaintext

C := chord (c 3 1) (g 3 1) (c 4 1);
G := chord (g 3 1) (d 4 1) (g 4 1);
oct 5;
par C e e f g;
par G g f e d;
par C c c d e;
par G (e 5 (3/8) d 5 (1/8) d 5 (1/2));
par C e e f g;
par G g f e d;
par C c c d e;
par G (d 5 (1/2) c 5 (1/8));
par C (c 5 1);