From 77b48b734c52736bb2422620af2b0a5c5c235a80 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Fri, 21 Jun 2013 20:00:40 +0100 Subject: [PATCH] Remove \newpage from before every tune in A5. If someday we do get two tunes fitting into the same page, why not? --- makeBookeA5.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/makeBookeA5.sh b/makeBookeA5.sh index de43b71..191e15c 100755 --- a/makeBookeA5.sh +++ b/makeBookeA5.sh @@ -62,7 +62,6 @@ find $booke -name "*.abc" | sort | fixtitle "$title" title=$retval - echo -E "\newpage" >> $builddir/$output echo -E "\begin{figure}[H]" >> $builddir/$output echo -E "\phantomsection" >> $builddir/$output echo -E "{\centering \hypertarget{$name}{\includegraphics[width=\textwidth,height=0.85\textheight,keepaspectratio]{$graphicsdir/$name}}}" >> $builddir/$output