]> git.cworth.org Git - scherzo/commit
Fix key signature setting to accept an enharmonic pitch
authorCarl Worth <cworth@cworth.org>
Tue, 1 Oct 2013 19:06:31 +0000 (12:06 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 3 Oct 2013 17:50:55 +0000 (10:50 -0700)
commitff7437e171dab5bc3868ce65ecacf8e77c6e8df3
tree35df0999f7952379ecf54ee46a94caebe737f3a4
parentf492c33c1fd33c1dc0a2c892753300c7225dbd51
Fix key signature setting to accept an enharmonic pitch

If the user asks for a key with a specific, real, name such a Cb or B,
then the user will get that key.

But if the user asks for a key that is not a real name, (such as B#),
then the user will get a real key that is enharmonic, (such as C in
this case).
pitch.c
pitch.h
scherzo-key.c
scherzo.c