Initial commit

Included build wrapper script.
It adds lib/tinwhistle to search path (so .../tinwhistle.ily can be easily included)
And invokes the stylesheet at lib/styles/tinwhistle.ily
This commit is contained in:
Eric Teunis de Boone 2018-01-28 13:06:04 +01:00
commit 32c7e6dc9b
18 changed files with 1479 additions and 0 deletions

11
build Executable file
View file

@ -0,0 +1,11 @@
#!/bin/bash
# Build script for the tinwhistle scores
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
LIB=$DIR/../lib
STYLESHEET=$LIB/styles/tinwhistle.ily
# In case, tinwhistle.ily is included in file
TINWHISTLE_DIR=$LIB/tinwhistle/
lilypond -dinclude-settings=$STYLESHEET -I $TINWHISTLE_DIR -dno-strip-output-dir $@