add note aliases
This commit is contained in:
@@ -273,6 +273,13 @@ static void InitCharAliases()
|
|||||||
{ "downarrow", 0x2193 }, /* ↓ */
|
{ "downarrow", 0x2193 }, /* ↓ */
|
||||||
{ "doublezeta", 0xE009 },
|
{ "doublezeta", 0xE009 },
|
||||||
{ "planet", 0xE00A },
|
{ "planet", 0xE00A },
|
||||||
|
{ "4thnote", 0x2669 }, /* ♩ */
|
||||||
|
{ "8thnote", 0x266A }, /* ♪ */
|
||||||
|
{ "b8thnote", 0x266B }, /* ♫ */
|
||||||
|
{ "b16thnote", 0x266C }, /* ♬ */
|
||||||
|
{ "flat", 0x266D }, /* ♭ */
|
||||||
|
{ "natural", 0x266E }, /* ♮ */
|
||||||
|
{ "sharp", 0x266F }, /* ♯ */
|
||||||
|
|
||||||
/* These are internal-use glyphs; they don't have real Unicode codepoints. */
|
/* These are internal-use glyphs; they don't have real Unicode codepoints. */
|
||||||
{ "up", 0xE000 },
|
{ "up", 0xE000 },
|
||||||
|
|||||||
Reference in New Issue
Block a user