Put book intro text into its own file.
Stop duplicating it between A4 and A5 headers.
This commit is contained in:
parent
e4cd108b8a
commit
1c8fd3f513
|
@ -97,6 +97,11 @@ inadvertantly transgressed on anyone's copyright, please contact me at
|
||||||
\href{mailto:dottes@cryhavoc.org.uk}{dottes@cryhavoc.org.uk} and I will
|
\href{mailto:dottes@cryhavoc.org.uk}{dottes@cryhavoc.org.uk} and I will
|
||||||
remove the offending tune.
|
remove the offending tune.
|
||||||
|
|
||||||
|
Being folk tunes, many of the tunes herein have many variations.
|
||||||
|
The music presented here is my attempt at reflecting what the musicians
|
||||||
|
of Cry Havoc play. I'm in no way suggesting that they are
|
||||||
|
in any way \emph{correct}. This is just how we go about them.
|
||||||
|
|
||||||
The Booke of Dottes is a constant work in progress. You can download the latest
|
The Booke of Dottes is a constant work in progress. You can download the latest
|
||||||
version from \url{http://dottes.cryhavoc.org.uk/}.
|
version from \url{http://dottes.cryhavoc.org.uk/}.
|
||||||
|
|
||||||
|
|
|
@ -87,26 +87,3 @@
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
% -----
|
|
||||||
|
|
||||||
\section{Introduction}
|
|
||||||
|
|
||||||
\input{intro.txt}
|
|
||||||
|
|
||||||
All tunes in this book are believed to be in the public domain, or at the
|
|
||||||
very least enjoy widespread currency on the folk music scene. If I have
|
|
||||||
inadvertantly transgressed on anyone's copyright, please contact me at
|
|
||||||
\href{mailto:dottes@cryhavoc.org.uk}{dottes@cryhavoc.org.uk} and I will
|
|
||||||
remove the offending tune.
|
|
||||||
|
|
||||||
The Booke of Dottes is a constant work in progress. You can download the latest
|
|
||||||
version from \url{http://dottes.cryhavoc.org.uk/}.
|
|
||||||
|
|
||||||
% -----
|
|
||||||
|
|
||||||
\section{Tunes}
|
|
||||||
|
|
||||||
Tunes are arranged in alphabetical order of tune title.
|
|
||||||
|
|
||||||
\newpage
|
|
||||||
|
|
|
@ -0,0 +1,27 @@
|
||||||
|
% -----
|
||||||
|
|
||||||
|
\section{Introduction}
|
||||||
|
|
||||||
|
\input{intro.txt}
|
||||||
|
|
||||||
|
All tunes in this book are believed to be in the public domain, or at the
|
||||||
|
very least enjoy widespread currency on the folk music scene. If I have
|
||||||
|
inadvertantly transgressed on anyone's copyright, please contact me at
|
||||||
|
\href{mailto:dottes@cryhavoc.org.uk}{\texttt{dottes@cryhavoc.org.uk}} and I will
|
||||||
|
remove the offending tune.
|
||||||
|
|
||||||
|
Being folk tunes, many of the tunes herein have many variations.
|
||||||
|
The music presented here is my attempt at reflecting what the musicians
|
||||||
|
of Cry Havoc play. I'm in no way suggesting that they are
|
||||||
|
in any way \emph{correct}. This is just how we go about them.
|
||||||
|
|
||||||
|
The Booke of Dottes is a constant work in progress. You can download the latest
|
||||||
|
version from \url{http://dottes.cryhavoc.org.uk/}.
|
||||||
|
|
||||||
|
% -----
|
||||||
|
|
||||||
|
\section{Tunes}
|
||||||
|
|
||||||
|
Tunes are arranged in alphabetical order of tune title.
|
||||||
|
|
||||||
|
\newpage
|
|
@ -48,6 +48,7 @@ else
|
||||||
touch $builddir/intro.txt
|
touch $builddir/intro.txt
|
||||||
fi
|
fi
|
||||||
cp dottes.tex.a4header $builddir/$output
|
cp dottes.tex.a4header $builddir/$output
|
||||||
|
cat dottes.tex.intro >> $builddir/$output
|
||||||
|
|
||||||
# Now, for each tune, make the tune graphic and add it, inside a
|
# Now, for each tune, make the tune graphic and add it, inside a
|
||||||
# centre section, so the document. Then add a TOC entry.
|
# centre section, so the document. Then add a TOC entry.
|
||||||
|
|
|
@ -50,6 +50,7 @@ else
|
||||||
touch $builddir/intro.txt
|
touch $builddir/intro.txt
|
||||||
fi
|
fi
|
||||||
cp dottes.tex.a5header $builddir/$output
|
cp dottes.tex.a5header $builddir/$output
|
||||||
|
cat dottes.tex.intro >> $builddir/$output
|
||||||
|
|
||||||
# Now, for each tune, make the tune graphic and add it, inside a
|
# Now, for each tune, make the tune graphic and add it, inside a
|
||||||
# centre section, so the document. Then add a TOC entry.
|
# centre section, so the document. Then add a TOC entry.
|
||||||
|
|
Loading…
Reference in New Issue