From: Carl Worth Date: Tue, 1 Oct 2013 19:06:31 +0000 (-0700) Subject: Fix key signature setting to accept an enharmonic pitch X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=ff7437e171dab5bc3868ce65ecacf8e77c6e8df3;hp=ff7437e171dab5bc3868ce65ecacf8e77c6e8df3;p=scherzo 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). ---