Smufl: errors in metadata

Two errors in  glyphnames.json :

    "ornamentMordent": {
        "codepoint": "U+E56D",          <----- should be U+E56C
        "description": "Mordent"
    }, 

    "ornamentMordentInverted": {        <----- is missing
        "codepoint": "U+E56D", 
        "description": "Inverted mordent"
    }, 

One problem in naming:

    4stringTabClef
    6stringTabClef

are not usable as C++ enums or defines (and problematic
in most or all other languages). Idea:

    fourStringTabClef
    sixStringTabClef

Better?


-- 
Mit freundlichen Grüßen
Christof Schardt
mailto:christof@schardt.info

Received on Friday, 8 June 2018 09:15:31 UTC