Mercurial > dottes
comparison abcrange.py @ 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 | 1b79867b4f35 |
children |
comparison
equal
deleted
inserted
replaced
669:df13ed652209 | 671:2f6e05d0aba0 |
---|---|
5 # ignored. | 5 # ignored. |
6 # | 6 # |
7 # The output is given in purely numeric form, to avoid needing to | 7 # The output is given in purely numeric form, to avoid needing to |
8 # re-parse it in an external script. A single line is printed with | 8 # re-parse it in an external script. A single line is printed with |
9 # the highest note followed by a space and the lowest note. Middle C ('C') is | 9 # the highest note followed by a space and the lowest note. Middle C ('C') is |
10 # 100. D an octave about ('d') is 108. D an octave above that ('d'') is | 10 # 100. D an octave above ('d') is 108. D an octave above that ('d'') is |
11 # 205. D below middle C ('d,') is 94. And so on. | 11 # 205. D below middle C ('d,') is 94. And so on. |
12 # | 12 # |
13 # For example: | 13 # For example: |
14 # $./abcrange.py choon.abc | 14 # $./abcrange.py choon.abc |
15 # choon.abc: 112 97 | 15 # choon.abc: 112 97 |