Symbols in lyrics off-centre

• Nov 30, 2014 - 02:50
Type
Functional
Severity
3
Status
closed
Project

1. Open attached score (produced in 1.3).

Expected result:
Symbols in lyrics off-centre - Expected result.png

Actual result: Symbols are off-centre.
Symbols in lyrics off-centre - Actual result.png

Using MuseScore 2.0 Nightly Build 9b2266e - Mac 10.7.5.


Comments

Problem is that the actual lyric for the flat is "<sym>accidentalFlat</sym>", and the code to ignore leading punctuation is seeing the initial < as leading punctuation to be ignored, thus shifting everything left erroneously. Easy fix would be to ignore symbols completely when it comes to the special alignment handling - this would be done by calling plainText(true) before parsing the regexp.