New Tune: The Blue Remembered Hills
This commit is contained in:
parent
5c9eab820f
commit
531bb20f10
3 changed files with 103 additions and 5 deletions
|
@ -114,6 +114,14 @@
|
|||
\lilypondfile{./airs/the_unicorn.ly}%
|
||||
\end{minipage}%
|
||||
|
||||
\vspace{.5in}
|
||||
\noindent
|
||||
\begin{minipage}{\columnwidth}
|
||||
\noindent
|
||||
\addcontentsline{toc}{subsection}{The Blue Remembered Hills}
|
||||
\lilypondfile{./airs/blue_remembered_hills.ly}%
|
||||
\end{minipage}%
|
||||
|
||||
|
||||
%%%%%%%%%%%%
|
||||
% Jigs
|
||||
|
|
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