comparison makeBookeA5.sh @ 263:7b98278d6e8b

Add instrument name into title page for transpositions.
author Jim Hague <jim.hague@acm.org>
date Fri, 21 Jun 2013 20:00:54 +0100
parents b8c711dafce1
children 1d9a6aaba914
comparison
equal deleted inserted replaced
262:b8c711dafce1 263:7b98278d6e8b
46 fi 46 fi
47 if [ -r $booke/intro.txt ]; then 47 if [ -r $booke/intro.txt ]; then
48 cp $booke/intro.txt $builddir 48 cp $booke/intro.txt $builddir
49 else 49 else
50 touch $builddir/intro.txt 50 touch $builddir/intro.txt
51 fi
52 rm $builddir/instrument.txt
53 if [ -r $booke/instrument.txt ]; then
54 cp $booke/instrument.txt $builddir
55 else
56 touch $builddir/instrument.txt
51 fi 57 fi
52 cp dottes.tex.a5header $builddir/$output 58 cp dottes.tex.a5header $builddir/$output
53 cat dottes.tex.intro >> $builddir/$output 59 cat dottes.tex.intro >> $builddir/$output
54 60
55 # Now, for each tune, make the tune graphic and add it, inside a 61 # Now, for each tune, make the tune graphic and add it, inside a