From 8450b2dfa442bbe0df995bc7d10a6f61f3e17211 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 7 Aug 2019 00:01:44 +0100 Subject: [PATCH] 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. --- docsetup.A4.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docsetup.A4.tex b/docsetup.A4.tex index 1fde6c9..9d0ce11 100644 --- a/docsetup.A4.tex +++ b/docsetup.A4.tex @@ -38,5 +38,5 @@ % Page appearance. \newcommand*{\pagestylemod}{} -\newcommand*{\tunestart}{} -\newcommand*{\tuneend}{\vfill} +\newcommand*{\tunestart}{\filbreak\vfill} +\newcommand*{\tuneend}{}