Copying measure with gliss spanning into next bar copies gliss but doesn't display it
See attached file (instructions also enclosed).
Copy the first few bars up to the gliss symbol. Then paste the bars somewhere. Enter a note in the next bar (after paste) and try to create a glissando spanning the measures. You can't.
I've been informed that the gliss is being copied but isn't displaying and this is the cause of the problem. Deleting and recreating the notes and the gliss is a temp workaround.
Attachment | Size |
---|---|
cant_apply_gliss_more.mscz | 10.32 KB |
Comments
This issue occurs on February 25 .
- This Nightly works: 94ad084
- Not this one: 74ac9b5
So, the most likely is here? https://github.com/musescore/MuseScore/commit/bc7e2fc5cc88998a09aa27bec…
I suspect that particular change did not actually cause the underlying problem - it merely exposed it. That is, before that change, I think the copy/paste might still have created an invisible copy of the glissando; it just would *also* created a second visible copy. But I'm not positive about that.
"I suspect that particular change did not actually cause the underlying problem"
Maybe, don't know. You have at least one "window" to check other commits. You noticed in the invoked commit, I guess, the typo on line 1450 ("glossando")
Proposed fix:
https://github.com/musescore/MuseScore/pull/2101
Fixed in branch master, commit 423c24a35f
fix #67031: incomplete glissando copied
Fixed in branch master, commit 79a8fc8e79
Merge pull request #2101 from MarcSabatella/67031-copy-incomplete-glissando
fix #67031: incomplete glissando copied
Fixed in branch 2.0.2, commit d048bbc074
fix #67031: incomplete glissando copied
Automatically closed -- issue fixed for 2 weeks with no activity.