Symbols in lyrics off-centre
1. Open attached score (produced in 1.3).
Expected result:
Actual result: Symbols are off-centre.
Using MuseScore 2.0 Nightly Build 9b2266e - Mac 10.7.5.
Attachment | Size |
---|---|
Symbols in lyrics off-centre.mscz | 1.45 KB |
Symbols in lyrics off-centre - Expected result.png | 16.52 KB |
Symbols in lyrics off-centre - Actual result.png | 17.8 KB |
Comments
For a more complete suite, see this .
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.
https://github.com/musescore/MuseScore/pull/1493
Fixed in 7013e0ad5d
Automatically closed -- issue fixed for 2 weeks with no activity.