[Regression] Crash on entering notes

• Jul 21, 2009 - 16:05
Type
Functional
Severity
S2 - Critical
Status
closed
Project

WIth current trunk, r1940
- Create a leadsheet
- Press C
-->Crash

Expected behavior : Insert a quarter note C ?


Comments

Status (old) active fixed

I did a fix for this in r1943.
The behavior is :
- try to pick a value to fill the measure. No dots.
- If not found, try to fill the measure at the maximum
- If not found(?), use quarter note.

It's not the most elegant way to do it. But it's the only one I found without side effects (hopefully).