comparison makeHornInF.sh @ 350:afca0a74893b

Fix up syntax error in makeHornInF.sh.
author Jim Hague <jim.hague@acm.org>
date Tue, 13 Aug 2013 01:06:24 +0100
parents b8ea9cfb3546
children 6bcafbfac674
comparison
equal deleted inserted replaced
349:1073829494e3 350:afca0a74893b
8 fi 8 fi
9 9
10 # Transpose down (return 0) if top note was > e (> a for horn). 10 # Transpose down (return 0) if top note was > e (> a for horn).
11 transposedown() 11 transposedown()
12 { 12 {
13 return (($2 <= 109)) 13 (($2 <= 109))
14 } 14 }
15 15
16 dir=`pwd` 16 dir=`pwd`
17 17
18 booke=$dir/$1 18 booke=$dir/$1