A lot of stuff was being duplicated between different page size. Consolidate where
possible, and in particular put as much into a single source file (dottes.tex) as
possible. Making a single Booke is now potentially quicker, as the tune pages
don't necessarily have to be regenerate every time.
My previous attempt appeared to work, but didn't actually centre graphics
if the graphic was less than page width.
Revert, and instead add a \vfill before the tune to leave more blank space
between multiples tunes on a page, It's more obvious then which tune the
change belongs to. Not idea, but the best I can do for now.
1. Remove date from front page. Don't want it instantly out of date.
2. Add instrumen name, if present.
3. Revise A5 to single page front cover with little buzzard.
I was using \begin{center}..\end{center} to centre the tune graphic,
followed by the change notice, if any.
But this leaves a paragraph gap after the center section and hence a gap
between tune graphic and change notice.
Change to use figures to position the graphic, include the change notice
as a caption, and use {\centering} around the image to centre just the image.
A zero indent means that you really then want space between paragraphs.
And that in turn means that you get extra spaces between a tune and
any Change notification.
So for now use the default indentation to signal a paragraph and see
how that goes.
Possibly the tunes should be generate such that there is no paragraph
between the graphic and the change notification, but I'd have to work
out how.
Put a big title in English Towne, the official Havoc font.
Add a title for each volume, and also print the subtitle on the cover.
Add the buzzard, too. On A5, we now need to split the title page across two
physical pages. This looks OK to me.
Digging around, I find that the tune is actually due to no less than
Mozart. Replace Nick Barber with what Mozart wrote. I'm not sure it's
still exactly what Havoc play, but I think it's closer.
Change all change notes to reference the filename of the tune to change to.
Modify web and document generators to pull the change note out of the abc
and generate an appropiate bit of content. This is now, in both cases,
a hyperlink.
In the process, remove the tune-specific .tex facility. It wasn't being
used.
I could really do with a proper templating system, and using some sort
of templating in the LaTeX generation.