Remove \newpage from before every tune in A5.
If someday we do get two tunes fitting into the same page, why not?
This commit is contained in:
parent
96f6454245
commit
77b48b734c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue