Mercurial > dottes
comparison makeCello.sh @ 197:8f352063f277
Finish first version of newly tarted up website.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 17 Feb 2013 00:27:07 +0000 |
parents | 76f18e0a80bd |
children | 3c9d9654d4a1 |
comparison
equal
deleted
inserted
replaced
196:5b4c478142e1 | 197:8f352063f277 |
---|---|
17 booke=$dir/$1 | 17 booke=$dir/$1 |
18 outdir=$dir/$1-Cello | 18 outdir=$dir/$1-Cello |
19 | 19 |
20 mkdir -p $outdir | 20 mkdir -p $outdir |
21 | 21 |
22 # Copy book component items. | |
23 cp $booke/*.txt $outdir | |
24 | |
22 find $booke -name "*.abc" | sort | | 25 find $booke -name "*.abc" | sort | |
23 while read filename | 26 while read filename |
24 do | 27 do |
25 # Move down either one octave or two, depending on the range | 28 # Move down either one octave or two, depending on the range |
26 # of the tune. If there are any notes below middle C, transpose | 29 # of the tune. If there are any notes below middle C, transpose |