Casper Jeukendrup
Casper Jeukendrup
Rebased. @RomanPudashkin, I think this PR is already ready to go (reviewed & tested)
@Nikos410 @DmitryArefiev Is this still actual? When I try to reproduce this now, I hear nothing weird, so it seems like it's been fixed.
Hi @miiizen! We have started working on MuseScore 4.1, and we would like to include this PR. It would be great if you could rebase it. I've also posted a...
@miiizen A rebase is needed again...
Fortunately, I think the test failures are no mystery at all. The default z index of an element is defined as its ElementType casted to `int` multiplied by 100. Because...
I found that there are some similar problems: - For ties, the same applies to the "color" property too - For slurs, it also applies to the "color" property, but...
`PropertyValue::fromValue(item->getProperty(Pid::COLOR))` doesn't make a lot of sense, because `getProperty` already returns a PropertyValue, so that expression would be equivalent to (but less performant than) just `item->getProperty(Pid::COLOR)`. If you want to...
This is indeed a duplicate of #15306, so I'll close it.
It's indeed related to the corrupted file; I had to disable some sanity checks in the code before I could even open the file. The corruption is in the parts;...
Does this happen in any (new) score, or in a specific one? If the latter is the case, could you please upload a score where this can be reproduced?