Mercurial > dottes
comparison makeBookeA4.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 | e8ae4d29b52f |
children | 1d9a6aaba914 |
comparison
equal
deleted
inserted
replaced
262:b8c711dafce1 | 263:7b98278d6e8b |
---|---|
44 fi | 44 fi |
45 if [ -r $booke/intro.txt ]; then | 45 if [ -r $booke/intro.txt ]; then |
46 cp $booke/intro.txt $builddir | 46 cp $booke/intro.txt $builddir |
47 else | 47 else |
48 touch $builddir/intro.txt | 48 touch $builddir/intro.txt |
49 fi | |
50 rm $builddir/instrument.txt | |
51 if [ -r $booke/instrument.txt ]; then | |
52 cp $booke/instrument.txt $builddir | |
53 else | |
54 touch $builddir/instrument.txt | |
49 fi | 55 fi |
50 cp dottes.tex.a4header $builddir/$output | 56 cp dottes.tex.a4header $builddir/$output |
51 cat dottes.tex.intro >> $builddir/$output | 57 cat dottes.tex.intro >> $builddir/$output |
52 | 58 |
53 # Now, for each tune, make the tune graphic and add it, inside a | 59 # Now, for each tune, make the tune graphic and add it, inside a |