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

New scores and versions

Added flourishing symbols, however not yet complete: want a function not markup
Further update of lilydrum
Started a cheatsheet
Removed fullscore attempts, will be retried later
This commit is contained in:
Eric Teunis de Boone 2015-10-16 23:25:22 +02:00
parent 460aceb885
commit 6d9bb716d9
25 changed files with 616 additions and 327 deletions

8
build_all Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
MKDRUMCOMMAND="./makedrum"
for d in *_marches strathspeys standards jigs airs hornpipes other
do
$MKDRUMCOMMAND $d/*.ly
done;