fixed in r5060. Instead of changing Text->getFragment() into Text->getText() i choosed to fix Text->getFragment().
Html is not obsolete but used for unstyled text representation. Styled text is much simpler and uses the new SimpleText class. This avoids the overhead of QTextDocument for simple text like lyrics etc. The implementation of instrument names probably needs another iteration to make better use of this lightweight class.
Comments
Confirmed :).
It could possibly apply to other scores that weren't produced in 1.1 (e.g. 1.0) though.
Using MuseScore 2.0 Nightly Build (5051) - Mac 10.6.8.
Hello,
Fixed in this patch. Import style from 1.1 is different now. _Doc is deleted in setstyled.
Use plainText instrument name instead Html one ( seems to be obsolete)
Bye
Gai-Luron
fixed in r5060. Instead of changing Text->getFragment() into Text->getText() i choosed to fix Text->getFragment().
Html is not obsolete but used for unstyled text representation. Styled text is much simpler and uses the new SimpleText class. This avoids the overhead of QTextDocument for simple text like lyrics etc. The implementation of instrument names probably needs another iteration to make better use of this lightweight class.
Automatically closed -- issue fixed for 2 weeks with no activity.