Add instrument name into title page for transpositions.

This commit is contained in:
Jim Hague
2013-06-21 20:00:54 +01:00
parent 77b48b734c
commit 204de8894f
4 changed files with 16 additions and 0 deletions
+2
View File
@@ -22,6 +22,8 @@ mkdir -p $outdir
# Copy book component items.
cp $booke/*.txt $outdir
echo "Cello" > $outdir/instrument.txt
find $booke -name "*.abc" | sort |
while read filename
do