From 42dbba03e20cc5881d055936ad64cc32957eb112 Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 14 Mar 2012 15:46:28 +0000 Subject: [PATCH] Increase width of first music line to just under text width. --- makeBooke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makeBooke.sh b/makeBooke.sh index c3755ff..a1dc8fd 100755 --- a/makeBooke.sh +++ b/makeBooke.sh @@ -57,7 +57,7 @@ find $booke -name "*.abc" | sort | 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