forked from CryHavoc/dottes
Increase width of first music line to just under text width.
This commit is contained in:
parent
7eddda3cd5
commit
42dbba03e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue