Mercurial > dottes
changeset 252:4fb2e5728879
Put book intro text into its own file.
Stop duplicating it between A4 and A5 headers.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sat, 15 Jun 2013 00:11:23 +0100 |
parents | de24a62246bc |
children | 1d0cc9a016db |
files | dottes.tex.a4header dottes.tex.a5header dottes.tex.intro makeBookeA4.sh makeBookeA5.sh |
diffstat | 5 files changed, 34 insertions(+), 23 deletions(-) [+] |
line wrap: on
line diff
--- 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/}.
--- 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
--- /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
--- 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.
--- 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.