Crash when repeating a tuplet which value exceeds the time remaining in the measure

• Dec 10, 2014 - 08:22
Type
Functional
Severity
S2 - Critical
Status
closed
Project

Nightly December 9 (32aa496) / Windows7

1. "My First Score" -> delete 28 measures for keeping only 4 measures, or open this file: tuplet.mscz

2. Enter 2 eighth notes

3. Select the half note value, and then create a triplet (Ctrl + 3)
triplet.jpg
4. Select this triplet
select.jpg
5. Press "R" key twice

Result: crash
crash  R key.jpg

Attachment Size
triplet.jpg 5.16 KB
select.jpg 5.76 KB
crash R key.jpg 26.47 KB
tuplet.mscz 3.12 KB

Comments

A while back code was added to prevent copy & paste of a tuplet across a barline, to avoid the corruption that is already present after the first copy operation. Apparently this code needs to work with "R" too.

Status (old) active fixed

Werner has not closed this issue, but the crash is now really fixed - the R key becomes inactive on the second attempt - via this commit: https://github.com/musescore/MuseScore/commit/a35eaa1b1644a2eb6e94ebbf6…
tuplet ok.jpg

I just noticed now a minor issue. I will report after the release of the Beta2. I describe it now for not forget :)

In the event that the next measure is already filled with notes, by pressing the R key one time, the layout moves slightly.
repeat1.jpg

And therefore the first notes of the next measure are stacked on each other. Minor issue, I think. Indeed, a simple Undo allows to retrieve the initial layout.

repeat2.jpg

Attachment Size
tuplet ok.jpg 12.84 KB
repeat1.jpg 17.11 KB
repeat2.jpg 14.41 KB