Adding interval to note in parts leads to crash
Reported version
3.0
Priority
P0 - Critical
Type
Development
Frequency
Once
Severity
S2 - Critical
Reproducibility
Always
Status
closed
Regression
No
Workaround
No
Project
I was working on a score in MS3, and it crashed when I wanted to add a 4th to two grace notes. How can we fix that?
Fix version
3.0.1
Comments
Attach your score and explain what you did to cause the crash. I added fourth it is not a good answer. I added a C then pressed shift+F or I pressed alt+4. Also tell us which note and grace note you are using. Once we repeat the crash we can test other methods to track down the cause of the crash.
Sample score. I want to add a 4th to the grace note marked G. Works in regular but not part.
In reply to Sample score. I want to add… by Pushkin Guy
I select G grace note -> Alt + 4.
Result: as expected (image below)
Please attach the current score (where you observe this). And not an image. The crash may be related to other thing.
Indeed. In part, leads to crash.
Steps:
1) Default score
2) Enter note + grace note
3) Create parts
4) Switch in part
5) Select grace note -> add interval: Alt + 4 (or Alt + 3 etc.)
---> crash
The crash happens when adding an interval to any note, not just a grace note. This PR fixes the problem by correctly setting the track for the new note when an interval is added. https://github.com/musescore/MuseScore/pull/4582
Fixed in branch master, commit 588e41e79e
fix #281761: Adding interval to note in parts leads to crash
Fixed in branch master, commit 34a6bb0bd0
Merge pull request #4582 from mattmcclinch/281761-add-interval
fix #281761: Adding interval to note in parts leads to crash
Fixed in branch 3.0.1, commit 0a6a7e0615
Merge pull request #4582 from mattmcclinch/281761-add-interval
fix #281761: Adding interval to note in parts leads to crash
Automatically closed -- issue fixed for 2 weeks with no activity.