Fix up syntax error in makeHornInF.sh.
This commit is contained in:
parent
5dcb49f712
commit
2509e70c1c
|
@ -10,7 +10,7 @@ fi
|
||||||
# Transpose down (return 0) if top note was > e (> a for horn).
|
# Transpose down (return 0) if top note was > e (> a for horn).
|
||||||
transposedown()
|
transposedown()
|
||||||
{
|
{
|
||||||
return (($2 <= 109))
|
(($2 <= 109))
|
||||||
}
|
}
|
||||||
|
|
||||||
dir=`pwd`
|
dir=`pwd`
|
||||||
|
|
Loading…
Reference in New Issue