Mercurial > dottes
comparison makeAll.sh @ 671:2f6e05d0aba0
Add experimental Alto Recorder (C Fingering) instrument.
This should produce the bookes and website, but the website is not
linked into the main page yet.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Thu, 14 Sep 2017 10:41:46 +0100 |
parents | 614b91409c85 |
children | ce5c7214f9aa |
comparison
equal
deleted
inserted
replaced
669:df13ed652209 | 671:2f6e05d0aba0 |
---|---|
39 ./makeCello.sh $1 | 39 ./makeCello.sh $1 |
40 makeATransposedBooke $1-Cello $1 cello | 40 makeATransposedBooke $1-Cello $1 cello |
41 | 41 |
42 ./makeHornInF.sh $1 | 42 ./makeHornInF.sh $1 |
43 makeATransposedBooke $1-HornInF $1 "horn in F" | 43 makeATransposedBooke $1-HornInF $1 "horn in F" |
44 | |
45 ./makeAltoRecorderCFingering.sh $1 | |
46 makeATransposedBooke $1-AltoRecorderCFingering $1 "alto recorder, C fingering" | |
44 } | 47 } |
45 | 48 |
46 makeBumperBooke() | 49 makeBumperBooke() |
47 { | 50 { |
48 # This can only be used once all the other Bookes have been built. | 51 # This can only be used once all the other Bookes have been built. |