changeset 107:b3fa49555481

Increase width of first music line to just under text width.
author Jim Hague <jim.hague@laicatc.com>
date Wed, 14 Mar 2012 15:46:28 +0000
parents 3fd1be3f633c
children 6ac6c797586d
files makeBooke.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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