diff makeCello.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 3c9d9654d4a1
children b4a0161e8870
line wrap: on
line diff
--- a/makeCello.sh	Fri Jun 21 20:00:40 2013 +0100
+++ b/makeCello.sh	Fri Jun 21 20:00:54 2013 +0100
@@ -22,6 +22,8 @@
 # Copy book component items.
 cp $booke/*.txt $outdir
 
+echo "Cello" > $outdir/instrument.txt
+
 find $booke -name "*.abc" | sort |
     while read filename
     do