Encourage A4 to page break before a tune.

This enourages page breaks to happen before tune start, and not
between the tune image and any following wording.

Also move the vfill to the tune start. That way, if the break does not
happen, the vfill will, and the following tune will be spaced down
to the bottom of the page if it's the only other tune on the page.
Otherwise everything tends to clump at the top of the page.
This commit is contained in:
Jim Hague 2019-08-07 00:01:44 +01:00
parent e7f4b4995f
commit 8450b2dfa4
1 changed files with 2 additions and 2 deletions

View File

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