Reproduced under Windows 8.1, commit 6714f84
The problem happens here: https://github.com/musescore/MuseScore/blob/master/libmscore/cmd.cpp#L9…
since TDuration is not able to return a valid duration for f2=5/4.
If dList.size() > 1, instead of creating a single rest of duration remain, I think it would be better to insert all the rests corresponding to the duration list dList.
Comments
What operating System?
Can you reproduce with the latest nightlies?
Reproduced under Windows 8.1, commit 6714f84
The problem happens here:
https://github.com/musescore/MuseScore/blob/master/libmscore/cmd.cpp#L9…
since TDuration is not able to return a valid duration for f2=5/4.
If dList.size() > 1, instead of creating a single rest of duration
remain
, I think it would be better to insert all the rests corresponding to the duration list dList.Fixed in 28fdd984e9
Automatically closed -- issue fixed for 2 weeks with no activity.