First import of lilypond files
This commit is contained in:
commit
5187c03649
8 changed files with 720 additions and 0 deletions
5
clean.sh
Executable file
5
clean.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
find . -name "*.pdf" -exec rm -f {} \;
|
||||
find . -name "*.midi" -exec rm -f {} \;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue