Add songs from Miss Siagon

* I'd Give My Life for You
* Sun and Moon
* Why God Why?
This commit is contained in:
Andrew Miner
2017-06-11 18:57:44 -07:00
parent 8963a2cc17
commit 53e5bfe883
4 changed files with 411 additions and 1 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ function command-compile {
function command-watch {
CURRENT_DIR=$(dirname $0)
$FSWATCH -r src/scores -i '*.ly$' -e "includes" | while read FILE; do
$FSWATCH -r src/scores -i '*.ly$' -e "includes" -e ".DS_Store" | while read FILE; do
FILE=$(echo $FILE | sed 's@.*/src/scores/\(.*\)$@./src/scores/\1@')
compile-ly $FILE
done