ddycai / chord-transposer

Node library for transposing musical chords within text.
https://ddycai.github.io/chord-transposer/
MIT License
58 stars 23 forks source link

º notation is not recognized #25

Open caltras opened 2 years ago

caltras commented 2 years ago

The notation for dim ( º ) is not recognized:

Example:

Transposer.transpose(C C#º Bb/D C/E F Bb/F F).down(3).toString()

result:

A C#º G/B A/C# D G/D D