We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> Transposer.transpose('C Bb').fromKey('C').toKey('C').toString(); 'C A#' > Transposer.transpose('C A#').fromKey('C').toKey('C').toString(); 'C A#' > Transposer.transpose('C A#').fromKey('F').toKey('F').toString(); 'C Bb' > Transposer.transpose('C Bb').fromKey('F').toKey('F').toString(); 'C Bb'
In the key of C, the chord should be displayed as Bb. The script does a good job for the key of F
C
Bb
F
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the key of
C
, the chord should be displayed asBb
. The script does a good job for the key ofF
The text was updated successfully, but these errors were encountered: