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:
parent
2cbc0c9bd6
commit
c6a9c95632
200 changed files with 54 additions and 5913 deletions
14
build_all
14
build_all
|
@ -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;
|
Loading…
Add table
Add a link
Reference in a new issue