Oops. Move \vfill between tunes to before the tune.

Doesn't have the desired effect on A4 otherwise.
This commit is contained in:
Jim Hague 2013-08-05 18:09:46 +01:00
parent 7f459bab22
commit cfc4e2d032
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,7 @@
% filename, change name, change title, credit. % filename, change name, change title, credit.
\newcommand{\showtune}[8]{% \newcommand{\showtune}[8]{%
\phantomsection \phantomsection
\vfill
\begin{tabularx}{\textwidth}{LCR} \begin{tabularx}{\textwidth}{LCR}
\addcontentsline{toc}{section}{#2} \addcontentsline{toc}{section}{#2}
& \hypertarget{#1}{\Large{#2}} & \emph{#4} \\ & \hypertarget{#1}{\Large{#2}} & \emph{#4} \\
@ -64,7 +65,6 @@
\ifemptyarg{#6}{}{Change: \hyperlink{#6}{#7}.}% \ifemptyarg{#6}{}{Change: \hyperlink{#6}{#7}.}%
}\tabularnewline }\tabularnewline
\end{tabularx} \end{tabularx}
\vfill
} }
% Show the tune first line. Generate table row. % Show the tune first line. Generate table row.