Increase width of first music line to just under text width.

This commit is contained in:
Jim Hague 2012-03-14 15:46:28 +00:00
parent 7eddda3cd5
commit 42dbba03e2
1 changed files with 1 additions and 1 deletions

View File

@ -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