Chord symbol disappears upon editing in loaded score

• Feb 16, 2014 - 20:34
Type
Functional
Severity
S4 - Minor
Status
closed
Project
Tags

Windows 7, GIT commit: aac18be

1) open any score, such as the one attached
2) double click any chord symbol

Result: chord symbol disappears

I traced this through Harmony::startEdit() and can see that setText() is being called to initialize the text, and the value seems valid, followed by Harmony::startEdit(). This works fine for scores created from scratch. But it just fails for scores loaded from a file.

Nothing about chord symbols changed recently that should have caused this, so I assume it's a general text-related issue.

Attachment Size
custom-chord-height.mscz 1.66 KB

Comments

Additional note: same thing happens even before save/reload for chords that were copied and pasted. Which makes sense since copy & paste is basically write & read from clipboard, but I thought I'd mention this in case it provides a clue.

Status (old) fixed active

This doesn't seem fixed for me. Still reproducible using same steps, whether starting from scratch or from the score attached to the original report.