diff options
-rw-r--r-- | makefile | 9 | ||||
-rw-r--r-- | tetris/tetris notes.txt | 202 |
2 files changed, 210 insertions, 1 deletions
@@ -25,7 +25,7 @@ TAGS: *.c *.h main: $(SOURCES:.c=.o) $(CC) $(LIBS) -o $@ $+ -.PHONY: clean all play clear cat tur coffin +.PHONY: clean all play clear cat tur coffin tetris clean: @echo "Cleaning..." @@ -41,6 +41,13 @@ $(out): main play: $(out) mpv $< +tetris: main + @echo "making tetris song..." + -@rm notes.txt + @ln -s "tetris/tetris notes.txt" notes.txt + @./main + @echo "Done." + tur: main @echo "making turkish march..." -@rm notes.txt diff --git a/tetris/tetris notes.txt b/tetris/tetris notes.txt new file mode 100644 index 0000000..088454d --- /dev/null +++ b/tetris/tetris notes.txt @@ -0,0 +1,202 @@ +, +b 140 , v 0.75 +(7 2 1) , s 1 +7 , -29 0.5 + , -17 +(-1 2 0.5) , -29 +3 , -17 +5 , -29 +7 0.25 , -17 +5 , +(0 3 0.5) , -29 +(-2 2 0.5) , -17 +# second bar over +(-5 0 1) , -36 + , -24 +0 0.5 , -36 +3 , -24 +7 1 , -36 + , -24 +5 0.5 , -36 +3 , -24 +# third bar over +(-1 2 1) , -37 + , -25 +(-2 2 0.5) , -38 +(0 3 0.5) , -26 +(2 5 1) , -38 + , -26 +7 , -38 +, -26 +# fourth bar over +3 , -36 +, -24 +0 , -36 +, -24 +0 , -36 +, -24 +s , -22 +, -21 +# fifth bar over +s 0.5 , (-31 -19 0.5) +(-4 5 1) , -19 +, -31 +(0 8 0.5) , -19 +(3 12 1) , -31 +, -19 +(2 10 0.5) , -31 +(0 8 0.5) , -19 +# sixth bar over +(-2 7 1.5) , -33 +, -21 +, -33 +(-5 3 0.5) , -21 +(-2 7 1) , -33 +, -21 +(-4 5 0.5) , -33 +(-5 3 0.5) , -21 +# seventh bar over +(-1 2 1) , -34 +, -22 +(-2 2 0.5) , -34 +(0 3 0.5) , -22 +(2 5 1) , -34 +, -22 +7 , -34 +, -22 +# 8 over +3 , -36 +, -24 +0 , -36 +, -24 +0 , -36 +, -24 +s , -36 +, -24 +# 2 line over +# repeat start +7 1 , -29 0.5 +, -17 +(-1 2 0.5) , -29 +3 , -17 +5 1 , -29 +, -17 +(0 3 0.5) , -29 +(-2 2 0.5) , -17 +# bar +(-5 0 1) , -36 +, -24 +0 0.5 , -36 +3 , -24 +7 1 , -36 +, -24 +5 0.5 , -36 +3, -24 +# bar +(-1 2 1) , -37 +, -25 +(-2 2 0.5) , -38 +(0 3 0.5) , -26 +(2 5 1) , -38 +, -26 +7 , -38 +, -26 +# bar +3 , -36 +, -24 +0 , -36 +, -24 +0 , -36 +, -24 +s, -22 +, -21 +# line +s 0.5 , (-31 -19 0.5) +(-4 5 1) , -19 +, -31 +(0 8 0.5) , -19 +(3 12 1) , -31 +, -19 +(2 10 0.5) , -31 +(0 8 0.5) , -19 +# bar +(-2 7 1.5) , -33 +, -21 +, -33 +(-5 3 0.5) , -21 +(-2 7 1) , -33 +, -21 +(-4 5 0.5) , -33 +(-5 3 0.5) , -21 +# seventh bar over +(-1 2 1) , -29 +, -17 +(-2 2 0.5) , -29 +(0 3 0.5) , -17 +(2 5 1) , -29 +, -17 +7 , -29 +, -17 +# 8 over +3 , -24 +, -12 +0 , -24 +, -12 +0 , -24 +, -12 +s , -24 +v 2.4 , -12 +# double vertical line +(-9 -5 2) , -24 +, -17 +, -24 +, -17 +(-12 -9 2) , -24 +, -17 +, -24 +, -17 +# bar +(-10 -7 2) , -25 +, -17 +, -25 +, -17 +(-13 -10 2) , -26 +, -17 +, -25 +, -17 +(-12 -9 2) , -24 +, -17 +, -24 +, -17 +(-17 -12 2) , -24 +, -17 +, -24 +, -17 +(-17 -13 2) , -25 +, -17 +, -26 +, -17 +(-14 -10 2) , -26 +, -17 +, -26 +, -17 +# bar +(-9 -5 2) , -24 +, -17 +, -24 +, -17 +(-12 -9 2) , -24 +, -17 +, -24 +, -17 +# line +(-10 -7 2) , -25 +, -17 +, -26 +, -17 +(-13 -10 2) , -26 +, -17 +, -26 +, -17 +# bar +# repeat end |