1
0
Fork 0
mirror of https://github.com/kastdeur/pipeband-music.git synced 2025-05-17 13:29:22 +02:00

Decided to put all the music files in a separate git

Added file inclusion in favor of 'header_*' file inclusion
This commit is contained in:
Eric Teunis de Boone 2015-12-18 13:03:14 +01:00
parent 2cbc0c9bd6
commit c6a9c95632
200 changed files with 54 additions and 5913 deletions

View file

@ -1,14 +0,0 @@
#!/bin/bash
MKDRUMCOMMAND="./makedrum"
for d in *_marches strathspeys standards jigs airs hornpipes other
do
for f in $d/*.ly $d/*/*.ly
do
if [ ! -f $f ] ; then
continue
fi
$MKDRUMCOMMAND $f
done;
done;