- all SMuFL 0.7 entities (as names or symbol id) are listed
- a few (15 in all) additional symbols are added to the end for
- SMuFL stylistic alternates MuseScore needs to access directly
- precomposed ornaments, SMuFL provides as sequences of glyphs
- glyphs SMuFL does not provides (yet?), but has been used as symbols
Updated mscore/glyphnames.json to match the above
Updated code points which were using SymId which have changed from SMuFL 0.6 to 0.7
Fixed note heads palette.
Note: The Dynamics palette is broken, as it accesses the mscore glyphs directly, but the palettes use Bravura. The usage of HTML texts in this palette is unclear: please advise.
Symbols names stored in 1.3 scores (or previous 2.0 scores) are not recognized and replaced by a default fall-back symbol.
Added a vector and a Sym static function for re-mapping of old names into symbol IDs.
Also fixed:
- renamed "mensuralProlation1...11" to names expressing the meaning of the glyphs (in SymId, Sym::symNames, Sym::symUserNames and .json files);
- some details in fonts/bravura/glyphnames.json;
- added several glyphs to fonts/mscore/gplyhnames.json;
- corrected Sym::userName2id() to really return SymId::noSym on name not found,, rather than -1.