On Sat, Feb 24, 2001 at 05:34:23PM +0100, Frank Nordberg wrote:
> Example:
> The chord C E G Bb D
> is notated:
> C9
> 
> If we want to sharpen the 9th, we can just add a + in front of it:
> C+9

I';d further note that I just showed my wife this mail, without
any prompting bar 'what's that chord' and her reaction (she's a 
keys player) was "C augmented 9th", i.e C E *G#* Bb D".

Can we just abandon the idea of "+" and "-", please? It is TOO ambiguous, 
as I keep saying. There are no problems with # and b that cannot demonstrably
be resolved with judicious use of brackets.

>From my test harness for parsechord:

mike@andor:~$ ./parsechord 'C(#9)' 
C E G Bb D#
mike@andor:~$ ./parsechord 'C#9'
C# E# G# B D#
mike@andor:~$ ./parsechord 'Caug9'
C E G# Bb D                                                                     
-- 
Mike Whitaker     | Work: +44 1733 766619 | Work: [EMAIL PROTECTED]
System Architext  | Fax:  +44 1733 348287 | Home: [EMAIL PROTECTED]
CricInfo Ltd      | GSM:  +44 7971 977375 | Web: http://www.cricinfo.com/
To subscribe/unsubscribe, point your browser to: http://www.tullochgorm.com/lists.html

Reply via email to