Mercurial > dottes
comparison makeBooke.sh @ 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 | 6ced110a62aa |
children | 6ac6c797586d |
comparison
equal
deleted
inserted
replaced
106:3fd1be3f633c | 107:b3fa49555481 |
---|---|
55 find $booke -name "*.abc" | sort | | 55 find $booke -name "*.abc" | sort | |
56 while read filename | 56 while read filename |
57 do | 57 do |
58 title=`grep "^T:" $filename | head -1 | sed -e "s/^T: *//"` | 58 title=`grep "^T:" $filename | head -1 | sed -e "s/^T: *//"` |
59 name=`basename $filename .abc` | 59 name=`basename $filename .abc` |
60 echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=8cm]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output | 60 echo -E "$title & \raisebox{-.25\height}{\includegraphics[width=9cm]{$graphicsdir/firstline-$name}} \\\\" >> $builddir/$output |
61 done | 61 done |
62 | 62 |
63 cat dottes.tex.footer >> $builddir/$output | 63 cat dottes.tex.footer >> $builddir/$output |
64 | 64 |
65 cp $outputa4 $builddir | 65 cp $outputa4 $builddir |