# HG changeset patch # User Jim Hague # Date 1371251483 -3600 # Node ID 4fb2e5728879a5efb55096718f8b9da75b42a29a # Parent de24a62246bcca3cd19e3b0036f5dcfb76ceeb44 Put book intro text into its own file. Stop duplicating it between A4 and A5 headers. diff -r de24a62246bc -r 4fb2e5728879 dottes.tex.a4header --- a/dottes.tex.a4header Fri Jun 14 23:52:59 2013 +0100 +++ b/dottes.tex.a4header Sat Jun 15 00:11:23 2013 +0100 @@ -97,6 +97,11 @@ \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 -r de24a62246bc -r 4fb2e5728879 dottes.tex.a5header --- a/dottes.tex.a5header Fri Jun 14 23:52:59 2013 +0100 +++ b/dottes.tex.a5header Sat Jun 15 00:11:23 2013 +0100 @@ -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 -r de24a62246bc -r 4fb2e5728879 dottes.tex.intro --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dottes.tex.intro Sat Jun 15 00:11:23 2013 +0100 @@ -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 -r de24a62246bc -r 4fb2e5728879 makeBookeA4.sh --- a/makeBookeA4.sh Fri Jun 14 23:52:59 2013 +0100 +++ b/makeBookeA4.sh Sat Jun 15 00:11:23 2013 +0100 @@ -48,6 +48,7 @@ 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 -r de24a62246bc -r 4fb2e5728879 makeBookeA5.sh --- a/makeBookeA5.sh Fri Jun 14 23:52:59 2013 +0100 +++ b/makeBookeA5.sh Sat Jun 15 00:11:23 2013 +0100 @@ -50,6 +50,7 @@ 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.