From dd104b64eb1a5e19c56335bbf3b7a2b6ca9d4f7f Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Tue, 13 Mar 2012 22:33:22 +0100 Subject: [PATCH] Rename "Drums" song to "Warm-up". The title is chosen because it is both a warm-up for me writing music with ABC and CSound, it will also be used in the first levels of Starfighter where the player has to warm up. --- music/Makefile | 2 +- music/{drums.abc => warm-up.abc} | 2 +- music/{drums.csd => warm-up.csd} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename music/{drums.abc => warm-up.abc} (99%) rename music/{drums.csd => warm-up.csd} (100%) diff --git a/music/Makefile b/music/Makefile index 21a030b..0fe9574 100644 --- a/music/Makefile +++ b/music/Makefile @@ -1,4 +1,4 @@ -SONGS = space drums +SONGS = space warm-up OGG = $(SONGS:%=%.ogg) WAV = $(SONGS:%=%.wav) MID = $(SONGS:%=%.mid) diff --git a/music/drums.abc b/music/warm-up.abc similarity index 99% rename from music/drums.abc rename to music/warm-up.abc index 6e34c49..8b15dcb 100644 --- a/music/drums.abc +++ b/music/warm-up.abc @@ -1,5 +1,5 @@ X:1 -T:Drums & Bass +T:Warm-up C:Guus Sliepen M:4/4 L:1/4 diff --git a/music/drums.csd b/music/warm-up.csd similarity index 100% rename from music/drums.csd rename to music/warm-up.csd