Skip to content
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

Prevent octave from being -0 when calculating key properties #1596

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

jaredjj3
Copy link
Contributor

@jaredjj3 jaredjj3 commented Sep 15, 2023

Fixes #1595. -0 seems to cause issues on certain platforms/environments. There are other instances where -0 is possible throughout the codebase, but I wanted this PR to be as minimal as possible.

@rvilarl rvilarl merged commit e5f7786 into 0xfe:master Sep 15, 2023
@mscuthbert
Copy link
Collaborator

Did this also get into the v5 main branch?

@rvilarl
Copy link
Collaborator

rvilarl commented Sep 16, 2023

There are two things that I have in my todo list, this one and a return value that was changed on reques of another user.

sschmidTU pushed a commit to opensheetmusicdisplay/opensheetmusicdisplay that referenced this pull request Sep 18, 2023
…h apparently -0 can cause issues on some systems. also, simpler.

0xfe/vexflow#1596

No changes in OSMD according to visual regression tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flow.keyProperties hangs in certain contexts
3 participants