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

Don't copy microtonal accidentals into trill #25784

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mike-spa
Copy link
Contributor

@mike-spa mike-spa commented Dec 9, 2024

Resolves: #24670

Microtonal accidentals are not supported within trills (they can't be, in the current system, because the system is based on intervals, and "traditional" intervals stop making sense with microtonals). The crash happens because the trill copies the microtonal from the main note, but then tries to use normal interval-transposition logic to compute the trill note, which results in a mess. Only solution is, for now, to ignore microtonal accidentals.

@mike-spa mike-spa requested a review from oktophonie December 9, 2024 10:43
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.

Musescore Crash When I try to open my score
2 participants