Mercurial > dottes
comparison makeAltoRecorderCFingering.sh @ 876:1a838d8dca2a
Fix building transposed bookes.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Tue, 26 Mar 2019 17:54:07 +0000 |
parents | 06fec6764661 |
children |
comparison
equal
deleted
inserted
replaced
875:6b60f40f7113 | 876:1a838d8dca2a |
---|---|
19 outdir=$dir/$1-AltoRecorderCFingering | 19 outdir=$dir/$1-AltoRecorderCFingering |
20 | 20 |
21 mkdir -p $outdir/Compact | 21 mkdir -p $outdir/Compact |
22 | 22 |
23 # Copy book component items. | 23 # Copy book component items. |
24 cp $booke/*.txt $outdir | 24 cp $booke/*.txt $booke/*.md $booke/image.jpg $outdir |
25 | 25 |
26 echo "Alto Recorder (C Fingering)" > $outdir/instrument.txt | 26 echo "Alto Recorder (C Fingering)" > $outdir/instrument.txt |
27 | 27 |
28 find $booke -name "*.abc" | | 28 find $booke -name "*.abc" | |
29 while read filename | 29 while read filename |