-
-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
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
Odd transpose issue with lower notes #1060
Comments
Minimum repro case, transposing this up one semitone: X: 1 Results in this: X: 1 Should be: X: 1 |
This exhibits the same issue: X: 1 Transposing down one semitone results in: X: 1 That second G should be a G# |
Data point - I see the same incorrect behaviour on my transpose tool at:
https://irish.session.nz/transpose-abc/
…On Tue, Nov 19, 2024, at 06:17, Michael Eskin wrote:
This exhibits the same issue:
X: 1
T: Bug when transposing lower notes
% accidentals for lowers notes are not good
% no problem with https://www.abctransposer.de/
L: 1/8
K: C
_A,=A,|
Transposing down one semitone results in:
X: 1
T: Bug when transposing lower notes
% accidentals for lowers notes are not good
% no problem with https://www.abctransposer.de/
L: 1/8
K: B
=G,G,|
That second G should be a G#
—
Reply to this email directly, view it on GitHub <#1060 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABL6VKKZU4OIVVAP2GBBJA32BIOJRAVCNFSM6AAAAABR6M76FSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBTGY2DGOJQGE>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Reported by one of my users...
This:
X: 1
T: Bug when transposing lower notes
% accidentals for lowers notes are not good
% no problem with https://www.abctransposer.de/
M: 6/8
L: 1/8
K: C
^A=AA ^A,=A,A,|
Transposed up one semitone using ABCJS.strTranspose() results in:
X: 1
T: Bug when transposing lower notes
% accidentals for lowers notes are not good
% no problem with https://www.abctransposer.de/
M: 6/8
L: 1/8
K: Db
=B_BB =B,B,B,|
The first three notes are correct, the second three are not.
Seems very specific to the lower notes and something having to do with all the in-measure alterations.
If I separate each note into a new measure, the transpose works correctly.
The text was updated successfully, but these errors were encountered: