# HG changeset patch # User Jim Hague # Date 1373226003 -3600 # Node ID c3b300378738a2260c74d056246661e7690c74ae # Parent f151ed1ffdeed9be6d841f3bebb2655394ee13e3 Revise first lines table. Stretch music to make it higher and hopefully more legible. And move the table LHS left slightly and make the RHS fill to the text width. diff -r f151ed1ffdee -r c3b300378738 dottes.tex --- a/dottes.tex Sun Jul 07 20:38:29 2013 +0100 +++ b/dottes.tex Sun Jul 07 20:40:03 2013 +0100 @@ -151,8 +151,8 @@ 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 -r f151ed1ffdee -r c3b300378738 makeBookeTunePages.sh --- a/makeBookeTunePages.sh Sun Jul 07 20:38:29 2013 +0100 +++ b/makeBookeTunePages.sh Sun Jul 07 20:40:03 2013 +0100 @@ -58,5 +58,5 @@ 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