2013-06-26 23:37:45 +01:00
|
|
|
\input{docclass.tex}
|
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
\usepackage{color}
|
2013-06-26 23:37:45 +01:00
|
|
|
\usepackage{fontspec}
|
2013-07-07 20:41:05 +01:00
|
|
|
\usepackage[margin=1in]{geometry}
|
2013-06-26 23:37:45 +01:00
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{longtable}
|
2013-07-05 18:56:34 +01:00
|
|
|
\usepackage[UKenglish]{babel}
|
2013-07-12 11:36:14 +01:00
|
|
|
%\usepackage[UKenglish]{isodate}
|
2013-06-29 10:13:48 +01:00
|
|
|
|
|
|
|
% Non-indented paragraphs with space between them.
|
|
|
|
\usepackage{parskip}
|
|
|
|
|
|
|
|
% 2 column table of contents.
|
2013-06-26 23:37:45 +01:00
|
|
|
\usepackage[toc]{multitoc}
|
|
|
|
|
|
|
|
\usepackage{hyperref}
|
|
|
|
\hypersetup{
|
|
|
|
bookmarks=true,%
|
|
|
|
colorlinks=true,%
|
|
|
|
citecolor=black,%
|
|
|
|
filecolor=black,%
|
|
|
|
linkcolor=black,%
|
|
|
|
urlcolor=black
|
|
|
|
}
|
|
|
|
|
|
|
|
% ----- Common variables
|
|
|
|
|
2013-07-12 11:36:14 +01:00
|
|
|
\newcommand{\build}{\input{buildno.txt}}
|
|
|
|
\newcommand{\instrument}{\input{instrument.txt}}
|
2013-06-26 23:37:45 +01:00
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
% Havoc purple is #9900cc.
|
|
|
|
\definecolor{havocpurple}{rgb}{0.597,0,0.797}
|
|
|
|
|
2013-07-12 11:36:14 +01:00
|
|
|
% ----- Macros
|
|
|
|
|
|
|
|
\makeatletter
|
|
|
|
\def\ifemptyarg#1{%
|
|
|
|
\if\relax\detokenize{#1}\relax % H. Oberdiek
|
|
|
|
\expandafter\@firstoftwo
|
|
|
|
\else
|
|
|
|
\expandafter\@secondoftwo
|
|
|
|
\fi}
|
|
|
|
\makeatother
|
|
|
|
|
|
|
|
% Show the main tune graphic and optional change.
|
|
|
|
% Args are change title (optional), tune title, tune graphic filename.
|
|
|
|
\newcommand{\showtune}[3][]{%
|
|
|
|
\vfill
|
|
|
|
\begin{center}
|
|
|
|
\phantomsection
|
|
|
|
\hypertarget{#2}{%
|
|
|
|
\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{#3}
|
|
|
|
}
|
|
|
|
\addcontentsline{toc}{section}{#2}
|
|
|
|
\end{center}
|
|
|
|
\ifemptyarg{#1}{}{%
|
|
|
|
Change: \hyperlink{#1}{#1}
|
|
|
|
}%
|
|
|
|
}
|
|
|
|
|
|
|
|
% Show the tune first line. Generate table row.
|
|
|
|
% Args are the tune title and the first line graphic filename.
|
|
|
|
\newcommand{\showfirstline}[2]{%
|
|
|
|
\hyperlink{#1}{#1} & %
|
|
|
|
\raisebox{-.25\height}{\includegraphics[width=0.65\textwidth,height=1.3cm]{#2}} \\
|
|
|
|
}
|
|
|
|
|
2013-06-26 23:37:45 +01:00
|
|
|
% ----- Paper size document setup
|
|
|
|
|
|
|
|
\input{docsetup.tex}
|
|
|
|
|
|
|
|
% ----- Appearance
|
|
|
|
|
|
|
|
\setmainfont{Times New Roman}
|
|
|
|
|
|
|
|
% Don't show section numbers.
|
|
|
|
\setcounter{secnumdepth}{-1}
|
|
|
|
|
|
|
|
% -----
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
2013-06-29 11:18:53 +01:00
|
|
|
\frontmatter
|
|
|
|
|
2013-06-26 23:37:45 +01:00
|
|
|
% ----- Title page
|
|
|
|
|
2013-07-07 20:41:05 +01:00
|
|
|
\newgeometry{margin=0.5in}
|
2013-06-26 23:37:45 +01:00
|
|
|
\begin{titlepage}
|
2013-07-05 18:56:34 +01:00
|
|
|
\pagecolor{havocpurple}
|
2013-06-26 23:37:45 +01:00
|
|
|
\titleBoD
|
|
|
|
\end{titlepage}
|
2013-07-07 20:41:05 +01:00
|
|
|
\restoregeometry
|
2013-06-26 23:37:45 +01:00
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
% ----- First inside page and dedication. No page numbering here, thanks.
|
|
|
|
|
|
|
|
\pagecolor{white}
|
|
|
|
|
|
|
|
\pagenumbering{gobble}
|
|
|
|
|
|
|
|
\vspace*{\fill}
|
|
|
|
|
|
|
|
\begin{center}
|
|
|
|
{\Large to Jane} \\
|
|
|
|
{\large \emph{for the music, and the dance}}
|
|
|
|
\end{center}
|
|
|
|
|
|
|
|
\vspace*{\fill}
|
|
|
|
|
|
|
|
\section*{About Cry Havoc}
|
|
|
|
|
|
|
|
Cry Havoc are a friendly mixed Cotswold Morris side based in Botley, Oxford.
|
|
|
|
We practice between September and April on Thursday evenings at the
|
|
|
|
Botley Womens' Institute Hall, North Hinksey Lane, Botley, Oxford OX2 0LT and
|
|
|
|
dance out in the summer months at locations around Oxfordshire.
|
2013-07-07 20:38:29 +01:00
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
Find out more at \url{http://www.cryhavoc.org.uk/}, or email
|
|
|
|
\href{mailto:bag@cryhavoc.org.uk}{\texttt{bag@cryhavoc.org.uk}} for more
|
2013-07-07 20:38:29 +01:00
|
|
|
information. Would-be dancers or musicians always welcome.
|
2013-07-05 18:56:34 +01:00
|
|
|
|
|
|
|
The Booke of Dottes was first produced to mark Cry Havoc's 20th
|
|
|
|
anniversary in 2013.
|
|
|
|
|
|
|
|
\newpage
|
|
|
|
|
2013-06-26 23:37:45 +01:00
|
|
|
% ----- Headers and footers
|
|
|
|
|
|
|
|
\pagestyle{fancyplain}
|
|
|
|
\fancyhf{}
|
2013-07-05 18:56:34 +01:00
|
|
|
\cfoot{\thepage}
|
2013-06-26 23:37:45 +01:00
|
|
|
\renewcommand{\headrulewidth}{0pt}
|
|
|
|
|
|
|
|
% ----- Contents
|
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
\pagenumbering{roman}
|
|
|
|
|
2013-06-26 23:37:45 +01:00
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
% -----
|
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
\chapter{Introduction}
|
2013-06-26 23:37:45 +01:00
|
|
|
|
2013-07-08 10:35:23 +01:00
|
|
|
Music forms a core part of Cry Havoc Botley Morris. Of course, the
|
|
|
|
musicians provide the music we dance to. And after every practice or
|
|
|
|
dance-out, there is a music-playing session.
|
2013-06-29 10:14:29 +01:00
|
|
|
|
|
|
|
Havoc musicians come in all shades of experience and ability.
|
|
|
|
This collection is intended to help those like me who are inexpert with
|
|
|
|
instrument and folk music generally, but have a little musical background.
|
|
|
|
|
2013-06-26 23:37:45 +01:00
|
|
|
\input{intro.txt}
|
|
|
|
|
2013-06-29 10:14:29 +01:00
|
|
|
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.
|
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
The majority of tunes in this book have no identifiable author, and
|
|
|
|
are unquestionably in the public domain. Rather than litter the
|
|
|
|
pages with \emph{Trad.} or \emph{Anon.}, I have left them unattributed.
|
|
|
|
Some, however, have an identifiable author or arranger and copyright
|
|
|
|
unquestionably remains with that person. I believe these tunes to
|
|
|
|
enjoy widespread currency on the folk music scene, and therefore there
|
|
|
|
is at least tacit approval by the authors for their dissemination.
|
|
|
|
If this is not the case, please contact me at
|
2013-06-26 23:37:45 +01:00
|
|
|
\href{mailto:dottes@cryhavoc.org.uk}{\texttt{dottes@cryhavoc.org.uk}} and I will
|
|
|
|
remove the offending tune.
|
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
The Booke of Dottes is a constant work in progress. This is issue \build,
|
|
|
|
generated \today. The latest version is always available from
|
|
|
|
\url{http://dottes.cryhavoc.org.uk/}.
|
2013-06-29 10:14:29 +01:00
|
|
|
|
2013-06-26 23:37:45 +01:00
|
|
|
% -----
|
|
|
|
|
2013-06-29 11:18:53 +01:00
|
|
|
\mainmatter
|
2013-06-26 23:37:45 +01:00
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
\addcontentsline{toc}{chapter}{Tunes}
|
2013-06-26 23:37:45 +01:00
|
|
|
|
|
|
|
\input{tunes.tex}
|
|
|
|
|
|
|
|
% -----
|
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
\chapter{List of tune first lines}
|
2013-06-26 23:37:45 +01:00
|
|
|
|
|
|
|
You know the feeling. Everyone has just launched into a well-loved tune.
|
|
|
|
You've heard it before, but don't remember the name. So here's a list of
|
|
|
|
tune first lines to help you figure out what it is in time to join in.
|
|
|
|
|
2013-07-07 20:40:03 +01:00
|
|
|
\setlength\LTleft{-5pt}
|
|
|
|
\setlength\LTright{\fill}
|
2013-06-26 23:37:45 +01:00
|
|
|
\begin{longtable}{lr}
|
|
|
|
\input{firstlines.tex}
|
|
|
|
\end{longtable}
|
|
|
|
|
2013-07-05 18:56:34 +01:00
|
|
|
% ----- Back cover page. A plain purple page.
|
|
|
|
|
2013-07-05 20:29:44 +01:00
|
|
|
\backmatter
|
2013-07-05 18:56:34 +01:00
|
|
|
|
|
|
|
\pagecolor{havocpurple}
|
|
|
|
\thispagestyle{empty}
|
|
|
|
\mbox{}
|
2013-06-26 23:37:45 +01:00
|
|
|
|
|
|
|
\end{document}
|