# HG changeset patch # User Jim Hague # Date 1331739988 0 # Node ID b3fa4955548110044e5d3121de9414f57ddfc1e8 # Parent 3fd1be3f633cd20d0b157f8c4fd987b2920d854e Increase width of first music line to just under text width. diff -r 3fd1be3f633c -r b3fa49555481 makeBooke.sh --- a/makeBooke.sh Tue Mar 13 14:05:26 2012 +0000 +++ b/makeBooke.sh Wed Mar 14 15:46:28 2012 +0000 @@ -57,7 +57,7 @@ do title=`grep "^T:" $filename | head -1 | sed -e "s/^T: *//"` name=`basename $filename .abc` - echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=8cm]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output + echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=9cm]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output done cat dottes.tex.footer >> $builddir/$output