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:
commit
32c7e6dc9b
18 changed files with 1479 additions and 0 deletions
11
build
Executable file
11
build
Executable 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 $@
|
Loading…
Add table
Add a link
Reference in a new issue