Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Displaying A# instead of Bb in the key of C #32

Open
santiagobarros opened this issue Jul 12, 2024 · 0 comments
Open

Displaying A# instead of Bb in the key of C #32

santiagobarros opened this issue Jul 12, 2024 · 0 comments

Comments

@santiagobarros
Copy link

> 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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant