Add support for major chords without chord signifier
ricardomatias opened this issue · 1 comments
ricardomatias commented
new Chord('C')
should be a valid way of getting a C major chord.
ricardomatias commented
Chord.fromName('Cmaj')
is good enough.