Verse number incorrectly aligned when using non-ascii letter as first letter of verse

• Aug 10, 2015 - 11:26
Type
Functional
Severity
3
Status
closed
Project

Verse numbers are automatically parsed and right aligned after the additions discussed here: https://musescore.org/en/node/36366

When i start my verse with a Swedish "Ä" though, it doesn't work. I would guess that the regexp-matching done in this fix doesn't match "letters" in non-ascii.
(https://github.com/musescore/MuseScore/commit/0e9dd1a35e5ec5a8e86ad39f5…)

See attached screenshots.
Wrong, with "Ä":
Skärmbild från 2015-08-10 12:13:58.png
Correct, with "A":
Skärmbild från 2015-08-10 12:14:20.png


Comments

Oh, great that it's fixed. I'm on 2.0.0. Sorry for the incomplete bug report, totally forgot to state that obvious fact. I missed the already reported issue when searching. Thanks for the pointer.