New Tune: The Blue Remembered Hills

This commit is contained in:
Eric Teunis de Boone 2019-09-24 10:54:50 +02:00
parent 5c9eab820f
commit 531bb20f10
3 changed files with 103 additions and 5 deletions

View file

@ -21,8 +21,10 @@ PROCESS="lilypond -dinclude-settings=$STYLESHEET -I $TINWHISTLE_DIR $OPTIONS"
lilypond-book -P"${PROCESS}" --output=tex --pdf book.lytex
# PDF
cd $DIR/tex
ln -s $DIR/tunebook.cls .
pdflatex book.tex
cd $DIR
cp $DIR/tex/book.pdf $DIR/book.pdf
if true; then
cd $DIR/tex
ln -s $DIR/tunebook.cls .
pdflatex book.tex
cd $DIR
cp $DIR/tex/book.pdf $DIR/book.pdf
fi