diff --git a/dottes.tex b/dottes.tex index fb202cc..056bd66 100644 --- a/dottes.tex +++ b/dottes.tex @@ -151,8 +151,8 @@ You know the feeling. Everyone has just launched into a well-loved tune. You've heard it before, but don't remember the name. So here's a list of tune first lines to help you figure out what it is in time to join in. -\setlength\LTleft{0pt} -\setlength\LTright{0pt} +\setlength\LTleft{-5pt} +\setlength\LTright{\fill} \begin{longtable}{lr} \input{firstlines.tex} \end{longtable} diff --git a/makeBookeTunePages.sh b/makeBookeTunePages.sh index 9048137..5a36395 100755 --- a/makeBookeTunePages.sh +++ b/makeBookeTunePages.sh @@ -58,5 +58,5 @@ find $booke -name "*.abc" | sort | echo -E "Change: \hyperlink{$changename}{$changetitle}" >> $tunesoutput fi - echo -E "\hyperlink{$name}{$title} & \raisebox{-.25\height}{\includegraphics[width=0.6\textwidth]{$graphicsdir/firstline-$name}} \\\\" >> $indexoutput + echo -E "\hyperlink{$name}{$title} & \raisebox{-.25\height}{\includegraphics[width=0.65\textwidth,height=1.3cm]{$graphicsdir/firstline-$name}} \\\\" >> $indexoutput done