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:
parent
460aceb885
commit
6d9bb716d9
25 changed files with 616 additions and 327 deletions
8
build_all
Executable file
8
build_all
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
MKDRUMCOMMAND="./makedrum"
|
||||
|
||||
for d in *_marches strathspeys standards jigs airs hornpipes other
|
||||
do
|
||||
$MKDRUMCOMMAND $d/*.ly
|
||||
done;
|
Loading…
Add table
Add a link
Reference in a new issue