diff 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
line wrap: on
line diff
--- a/makeAll.sh	Tue Sep 12 17:51:55 2017 +0100
+++ b/makeAll.sh	Thu Sep 14 10:41:46 2017 +0100
@@ -41,6 +41,9 @@
 
     ./makeHornInF.sh $1
     makeATransposedBooke $1-HornInF $1 "horn in F"
+
+    ./makeAltoRecorderCFingering.sh $1
+    makeATransposedBooke $1-AltoRecorderCFingering $1 "alto recorder, C fingering"
 }
 
 makeBumperBooke()