On Nook and A5 prints, start a new page with each tune and centre vertically..

A5 mostly did, but ran into trouble with longer comments on a tune.
This may give blank space after tunes where a long comment overflows
onto another page, but I think for now it's better to have each tune
at the top of the page.

Or rather, and this is the other change, in the middle of the page. Centre
the page content for A5 and Nook.
This commit is contained in:
Jim Hague 2017-10-12 14:50:51 +01:00
parent afd6fd83b6
commit 3e66659618
4 changed files with 8 additions and 1 deletions

View File

@ -38,3 +38,5 @@
% Page appearance.
\newcommand*{\pagestylemod}{}
\newcommand*{\tunestart}{}
\newcommand*{\tuneend}{\vfill}

View File

@ -36,3 +36,5 @@
% Page appearance.
\newcommand*{\pagestylemod}{}
\newcommand*{\tunestart}{\newpage \topskip0pt \vspace*{\fill}}
\newcommand*{\tuneend}{\vspace*{\fill}}

View File

@ -24,3 +24,5 @@
\newcommand*{\pagestylemod}{\begingroup
\cfoot{}
\endgroup}
\newcommand*{\tunestart}{\newpage \topskip0pt \vspace*{\fill}}
\newcommand*{\tuneend}{\vspace*{\fill}}

View File

@ -1,5 +1,6 @@
\tunestart
\showtune{$name}{$title}{$subtitle}{$fulltitle}{$tradition}{$composer}{$parts}{$graphicsdir/$name}
$notes
$history
\vfill
\tuneend