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

Fix #18777: Crash when showing accidentals for trill on tied notes #18780

Merged
merged 3 commits into from Jul 24, 2023

Conversation

mike-spa
Copy link
Contributor

Resolves: #18777

As far as I could see, the grace note has nothing to do with the crash, it is all about the tie. One should check that the end note exists (it may not) before using it here. That already fixes the crash. But also, the ornament should actually ignore the tie when cloning the main note, here.

The new vtest I've added is expected to crash on current master.

@mike-spa mike-spa requested a review from Eism July 24, 2023 09:09
@DmitryArefiev
Copy link
Contributor

Tested #18777 on Win10, Mac13, LinuxUbuntu 22.04 - FIXED

@DmitryArefiev DmitryArefiev merged commit bc5f12f into musescore:master Jul 24, 2023
11 checks passed
Eism added a commit that referenced this pull request Jul 24, 2023
Port #18780: Fix crash for trills with accidentals on tied notes
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.

Crash when showing accidentals for trills on tied notes
3 participants