First import of lilypond files

This commit is contained in:
Darkone 2025-03-08 10:47:33 -03:00
commit 5187c03649
No known key found for this signature in database
GPG key ID: A6A45734C77AC5F2
8 changed files with 720 additions and 0 deletions

5
clean.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
find . -name "*.pdf" -exec rm -f {} \;
find . -name "*.midi" -exec rm -f {} \;