diff --git a/dottes.tex b/dottes.tex index 2e70f78..8cacd87 100644 --- a/dottes.tex +++ b/dottes.tex @@ -1,5 +1,6 @@ \input{docclass.tex} +\usepackage{array} \usepackage{color} \usepackage{fontspec} \usepackage[margin=1in]{geometry} @@ -64,7 +65,7 @@ % Args are the tune title and the first line graphic filename. \newcommand{\showfirstline}[2]{% \hyperlink{#1}{#1} & % - \raisebox{-.25\height}{\includegraphics[width=0.65\textwidth,height=1.3cm]{#2}} \\ + \raisebox{-.4\height}{\includegraphics[width=0.77\textwidth]{#2}} \\ } % ----- Paper size document setup @@ -187,11 +188,13 @@ 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{-5pt} +{\renewcommand{\arraystretch}{2.5} +\setlength\LTleft{0pt} \setlength\LTright{\fill} -\begin{longtable}{lr} +\begin{longtable}{@{}>{\raggedright\arraybackslash}m{0.2\textwidth}r@{}} \input{firstlines.tex} \end{longtable} +} % ----- Back cover page. A plain purple page.