mirror of
https://github.com/kastdeur/pipeband-music.git
synced 2025-05-17 13:29:22 +02:00
various small updates in non-music files
This commit is contained in:
parent
87c2ef5fd8
commit
15ce8e7c1e
11 changed files with 137 additions and 47 deletions
|
@ -4,5 +4,11 @@ MKDRUMCOMMAND="./makedrum"
|
|||
|
||||
for d in *_marches strathspeys standards jigs airs hornpipes other
|
||||
do
|
||||
$MKDRUMCOMMAND $d/*.ly
|
||||
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