Mercurial > dottes
comparison makeHornInF.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 | 1a9d937b7765 |
children | b4a0161e8870 |
comparison
equal
deleted
inserted
replaced
262:b8c711dafce1 | 263:7b98278d6e8b |
---|---|
14 | 14 |
15 mkdir -p $outdir | 15 mkdir -p $outdir |
16 | 16 |
17 # Copy book component items. | 17 # Copy book component items. |
18 cp $booke/*.txt $outdir | 18 cp $booke/*.txt $outdir |
19 | |
20 echo "Horn in F" > $outdir/instrument.txt | |
19 | 21 |
20 find $booke -name "*.abc" | sort | | 22 find $booke -name "*.abc" | sort | |
21 while read filename | 23 while read filename |
22 do | 24 do |
23 name=`basename $filename .abc` | 25 name=`basename $filename .abc` |