New Tune: The Blue Remembered Hills
This commit is contained in:
parent
5c9eab820f
commit
531bb20f10
3 changed files with 103 additions and 5 deletions
12
book/build
12
book/build
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue