Mensural 'time sigs' not shown in scores
Context: self-compiled github master, Linux Mint 17.1, Qt Creator 3.3.0, Qt Libs 5.3
Steps:
1) Load a score created with 2.0 and including one or more time sigs set to use a mensural symbols (such a sample score is attached)
OR
1) In master, right-click any time sig and set it to use a mensural symbol.
Result: the time sig is not shown; Debugger shows that the time sig is still there but formatted to have 0 width and height.
Compare this screen shot of the attached sample score, as it appears with 2.0:
and it appears with current master:
Attachment | Size |
---|---|
test_mensur_time_sigs_2.png | 9.47 KB |
test_mensur_time_sigs_master.png | 7 KB |
test_mensuration_time_sigs_2.mscx | 29.79 KB |
Comments
Proposed PR:
https://github.com/musescore/MuseScore/pull/2074
The problem was that those characters are not Latin-1 characters and thus treated as Latin-1 0 (NUL) character.
Fixed in branch master, commit 5e4d5cb73c
fix #65571 mensural time sigs not shown in scores
Fixed in branch master, commit 311690aae8
Merge pull request #2074 from AntonioBL/mensural_symbols
fix #65571 mensural time sigs not shown in scores
Fixed in branch 2.0.2, commit 0cb605264b
fix #65571 mensural time sigs not shown in scores
Automatically closed -- issue fixed for 2 weeks with no activity.