From 1c8fd3f5136f7e90fdc26a297c55ad62463ab6e7 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Sat, 15 Jun 2013 00:11:23 +0100 Subject: [PATCH] Put book intro text into its own file. Stop duplicating it between A4 and A5 headers. --- dottes.tex.a4header | 5 +++++ dottes.tex.a5header | 23 ----------------------- dottes.tex.intro | 27 +++++++++++++++++++++++++++ makeBookeA4.sh | 1 + makeBookeA5.sh | 1 + 5 files changed, 34 insertions(+), 23 deletions(-) create mode 100644 dottes.tex.intro diff --git a/dottes.tex.a4header b/dottes.tex.a4header index e3f9b00..fcec872 100644 --- a/dottes.tex.a4header +++ b/dottes.tex.a4header @@ -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 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/}. diff --git a/dottes.tex.a5header b/dottes.tex.a5header index aeb65f1..becdce4 100644 --- a/dottes.tex.a5header +++ b/dottes.tex.a5header @@ -87,26 +87,3 @@ \tableofcontents \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 diff --git a/dottes.tex.intro b/dottes.tex.intro new file mode 100644 index 0000000..ab007fc --- /dev/null +++ b/dottes.tex.intro @@ -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 diff --git a/makeBookeA4.sh b/makeBookeA4.sh index 912f164..79a47a4 100755 --- a/makeBookeA4.sh +++ b/makeBookeA4.sh @@ -48,6 +48,7 @@ else touch $builddir/intro.txt fi 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 # centre section, so the document. Then add a TOC entry. diff --git a/makeBookeA5.sh b/makeBookeA5.sh index ba822f8..e6b3c14 100755 --- a/makeBookeA5.sh +++ b/makeBookeA5.sh @@ -50,6 +50,7 @@ else touch $builddir/intro.txt fi 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 # centre section, so the document. Then add a TOC entry.