- From: Christof Schardt <christof@schardt.info>
- Date: Fri, 8 Jun 2018 11:14:51 +0200
- To: public-music-notation-contrib@w3.org
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