From f6e3077d9da7399bb159b713e9c5a503c043c84c Mon Sep 17 00:00:00 2001 From: Robert Patterson Date: Mon, 28 Jul 2025 15:59:28 -0500 Subject: [PATCH] Add Finale smufl glyphs --- src/library/smufl_glyphs.lua | 1409 +++++++++++++++++++++++++++++++++- 1 file changed, 1406 insertions(+), 3 deletions(-) diff --git a/src/library/smufl_glyphs.lua b/src/library/smufl_glyphs.lua index cae4cada..f8ad77bd 100644 --- a/src/library/smufl_glyphs.lua +++ b/src/library/smufl_glyphs.lua @@ -1,8 +1,9 @@ --[[ $module SMuFL Glyphs -Provides immediate Lua access to the glyph names in the SMuFL `glyphnames.json` file. -The `glyphs` and `by_codepoint` tables were programmatically generated from it. +Provides immediate Lua access to the glyph names in the SMuFL `glyphnames.json` and +`glyphnamesFinale.json files. +The `glyphs` and `by_codepoint` tables were programmatically generated from them. ]] -- local smufl_glyphs = {} @@ -2941,7 +2942,708 @@ local glyphs = { ["noteheadDiamondOpen"] = {codepoint = 0xE0FC, description = "Open diamond notehead"}, ["medRenPlicaCMN"] = {codepoint = 0xEA23, description = "Plica"}, ["accidentalRaiseOneUndecimalQuartertone"] = {codepoint = 0xE2E3, description = "Raise by one undecimal quartertone"}, - ["beamAccelRit2"] = {codepoint = 0xEAF5, description = "Accel./rit. beam 2"}, + ["beamAccelRit2"] = { codepoint = 0xEAF5, description = "Accel./rit. beam 2" }, + -- glyphs from glyphnamesFinale.json follow: + ["pictTomTomChinesePeinkofer"] = { codepoint = 0xF4AD, description = "Chinese tom-tom (Peinkofer/Tannigel)" }, + ["chordOmit5"] = { codepoint = 0xF891, description = "Chord omit 5" }, + ["dynamicCrescendoHairpinLong"] = { codepoint = 0xF750, description = "Dynamic crescendo hairpin long" }, + ["chordm7alt"] = { codepoint = 0xF894, description = "Chord M7 (alternate)" }, + ["stringsUpBowLegacy"] = { codepoint = 0xF633, description = "Strings up bow (legacy)" }, + ["accidentalFlatJohnstonDown"] = { codepoint = 0xF5DF, description = "Flat-down arrow (Johnston)" }, + ["noteheadVoidWithXLV5"] = { codepoint = 0xF7A6, description = "Notehead void with x l v5" }, + ["accidentalSharpJohnstonDownEl"] = { codepoint = 0xF5E7, description = "Sharp-down arrow-inverted seven (Johnston)" }, + ["chord13#9"] = { codepoint = 0xF878, description = "Chord 13(#9)" }, + ["fClefFrench"] = { codepoint = 0xF406, description = "F clef (French, 18th century)" }, + ["note16thDownWide"] = { codepoint = 0xF60C, description = "Note 16th down wide" }, + ["noteheadDoubleWholeWide"] = { codepoint = 0xF600, description = "Notehead double whole wide" }, + ["noteheadPlusBlackLVLegacy"] = { codepoint = 0xF8ED, description = "Notehead plus black l v (legacy)" }, + ["chordDM7"] = { codepoint = 0xF88B, description = "Chord d(M7) (diminished)" }, + ["chordMin"] = { codepoint = 0xF8B0, description = "Chord min" }, + ["textEnclosureSegmentArrowJogDown"] = { codepoint = 0xF81D, description = "Text enclosure segment arrow jog down" }, + ["gClefFlat7Below"] = { codepoint = 0xF55C, description = "G Clef (flat 7 below)" }, + ["accidentalFlatJohnstonUp"] = { codepoint = 0xF5DE, description = "Flat-up arrow (Johnston)" }, + ["chordD7#9"] = { codepoint = 0xF889, description = "Chord d7(#9) (diminished)" }, + ["chord#9b13"] = { codepoint = 0xF89C, description = "Chord #9/b13" }, + ["miscCodaMonk"] = { codepoint = 0xF7C2, description = "Coda guitar monk" }, + ["chord7#11b9"] = { codepoint = 0xF871, description = "Chord 7 (#11/b9)" }, + ["pictMaracaSmithBrindle"] = { codepoint = 0xF43C, description = "Maraca (Smith Brindle)" }, + ["noteheadCircledXLargeLV1"] = { codepoint = 0xF79E, description = "Notehead circled x large l v1" }, + ["chordD7b9"] = { codepoint = 0xF888, description = "Chord d7(b9) (diminished)" }, + ["conductorBeat2SimpleLegacy1"] = { codepoint = 0xF7BB, description = "Conductor beat 2 simple (legacy 1)" }, + ["flag8thDownAlt"] = { codepoint = 0xF704, description = "Flag 8th down alt" }, + ["pictCastanetsSmithBrindle"] = { codepoint = 0xF439, description = "Castanets (Smith Brindle)" }, + ["arrowDownMedium"] = { codepoint = 0xF77A, description = "Arrow down medium" }, + ["textEnclosureSegmentCUrvedArrowShort"] = { codepoint = 0xF819, description = "Text enclosure segment c urved arrow short" }, + ["noteheadXBlackLegacy"] = { codepoint = 0xF611, description = "Notehead x black (legacy)" }, + ["pictBongosPeinkofer"] = { codepoint = 0xF4B0, description = "Bongos (Peinkofer/Tannigel)" }, + ["chordMi13#11"] = { codepoint = 0xF8BB, description = "Chord mi13(#11)" }, + ["chordMa13#11"] = { codepoint = 0xF8AA, description = "Chord ma13(#11)" }, + ["arpeggioArrowDownMedium"] = { codepoint = 0xF774, description = "Arpeggio arrow down medium" }, + ["noteheadTriangleLeftWhiteLVLegacy"] = { codepoint = 0xF8F5, description = "Notehead triangle left white l v (legacy)" }, + ["gClef7Below"] = { codepoint = 0xF547, description = "G Clef (7 below)" }, + ["enclosureParenUnderlineLeft"] = { codepoint = 0xF72F, description = "Enclosure paren underline left" }, + ["gClefFlat8Above"] = { codepoint = 0xF55D, description = "G Clef (flat 8 above)" }, + ["gClef3Below"] = { codepoint = 0xF53F, description = "G Clef (3 below)" }, + ["chordMa69"] = { codepoint = 0xF8CA, description = "Chord ma6/9" }, + ["accidentalDoubleSharpParenthesesSmall"] = { codepoint = 0xF715, description = "Double sharp (parentheses small)" }, + ["chordM9#11"] = { codepoint = 0xF842, description = "Chord M9(#11)" }, + ["gClef12Below"] = { codepoint = 0xF536, description = "G Clef (12 below)" }, + ["chord-11M7"] = { codepoint = 0xF862, description = "Chord -11(M7)" }, + ["noteheadHalfDouble"] = { codepoint = 0xF781, description = "Notehead half double" }, + ["pictCowBellBerio"] = { codepoint = 0xF43B, description = "Cow bell (Berio)" }, + ["enclosureRehersalU"] = { codepoint = 0xF835, description = "Enclosure rehersal u" }, + ["chordD7"] = { codepoint = 0xF887, description = "Chord d7 (diminished)" }, + ["tremolo4Legacy"] = { codepoint = 0xF683, description = "Tremolo 4 (legacy)" }, + ["noteheadHalfLVLegacy"] = { codepoint = 0xF8D8, description = "Notehead half l v (legacy)" }, + ["chordMi69"] = { codepoint = 0xF8B3, description = "Chord mi6/9" }, + ["chordM69#11"] = { codepoint = 0xF843, description = "Chord m6/9(#11)" }, + ["ornamentTrillFlatAbove"] = { codepoint = 0xF5B2, description = "Trill (flat above)" }, + ["noteheadHalfLV4"] = { codepoint = 0xF78F, description = "Notehead half l v4" }, + ["chord13"] = { codepoint = 0xF8D6, description = "Chord 13" }, + ["accidentalSharpJohnstonUpEl"] = { codepoint = 0xF5E6, description = "Sharp-up arrow-inverted seven (Johnston)" }, + ["chord9"] = { codepoint = 0xF8D4, description = "Chord 9" }, + ["noteheadVoidWithXLV6"] = { codepoint = 0xF7A7, description = "Notehead void with x l v6" }, + ["articMarcatoStaccatoAboveLegacy"] = { codepoint = 0xF62D, description = "Marcato-staccato above (legacy)" }, + ["enclosureRehersalN"] = { codepoint = 0xF82E, description = "Enclosure rehersal n" }, + ["gClefFlat6Below"] = { codepoint = 0xF55A, description = "G Clef (flat 6 below)" }, + ["noteheadDoubleWholeLongWings"] = { codepoint = 0xF689, description = "Notehead double whole long wings" }, + ["flag1024thUpStraight"] = { codepoint = 0xF424, description = "Combining flag 8 (1024th) above (straight)" }, + ["chord+9"] = { codepoint = 0xF87E, description = "Chord +9" }, + ["noteheadHalfLV2"] = { codepoint = 0xF78D, description = "Notehead half l v2" }, + ["arrowUpLong"] = { codepoint = 0xF778, description = "Arrow up long" }, + ["noteheadHalfLV3"] = { codepoint = 0xF78E, description = "Notehead half l v3" }, + ["chordM13"] = { codepoint = 0xF83F, description = "Chord m13" }, + ["chordAdd2"] = { codepoint = 0xF8C4, description = "Chord add2" }, + ["chord7#11#9"] = { codepoint = 0xF872, description = "Chord 7(#11/#9)" }, + ["enclosureRehersalZ"] = { codepoint = 0xF83A, description = "Enclosure rehersal z" }, + ["noteheadSquareBlackLVLegacy"] = { codepoint = 0xF8E0, description = "Notehead square black l v (legacy)" }, + ["enclosureRehersalQ"] = { codepoint = 0xF831, description = "Enclosure rehersal q" }, + ["noteheadwholeDouble"] = { codepoint = 0xF780, description = "Noteheadwhole double" }, + ["laissezVibrer"] = { codepoint = 0xF765, description = "Laissez vibrer" }, + ["articTenutoStaccatoBelowLegacy"] = { codepoint = 0xF636, description = "Tenuto-staccato below (legacy)" }, + ["flag128thUpStraight"] = { codepoint = 0xF41B, description = "Combining flag 5 (128th) above (straight)" }, + ["miscEyeglassesAlt2"] = { codepoint = 0xF686, description = "Eyeglasses 2.0" }, + ["enclosureBracketWavyRightLong"] = { codepoint = 0xF740, description = "Enclosure bracket wavy right long" }, + ["accidentalDoubleFlatSmall"] = { codepoint = 0xF714, description = "Double flat (small)" }, + ["enclosureRehersalB"] = { codepoint = 0xF822, description = "Enclosure rehersal b" }, + ["chordH-d7"] = { codepoint = 0xF88D, description = "Chord half-diminished7" }, + ["chord+7#9"] = { codepoint = 0xF87C, description = "Chord +7(#9)" }, + ["analyticsModulationCombiningBracketRight"] = { codepoint = 0xF7E5, description = "Analytics modulation combining bracket (right)" }, + ["analyticsArrowSegmentRight"] = { codepoint = 0xF7ED, description = "Analytics arrow (right)" }, + ["chord#9b5"] = { codepoint = 0xF89A, description = "Chord #9/b5" }, + ["chord-11b9b5"] = { codepoint = 0xF85F, description = "Chord -11(b9/b5)" }, + ["noteheadBlackLV8"] = { codepoint = 0xF79C, description = "Notehead black l v8" }, + ["noteheadSquareBlackLegacy"] = { codepoint = 0xF615, description = "Notehead square black (legacy)" }, + ["pictVibMotorOffPeinkofer"] = { codepoint = 0xF4A6, description = "Metallophone (vibraphone motor off) (Peinkofer/Tannigel)" }, + ["textEnclosureSegmentExtension"] = { codepoint = 0xF812, description = "Text enclosure segment extension" }, + ["chord7Sus"] = { codepoint = 0xF84D, description = "Chord 7sus" }, + ["enclosureRehersalF"] = { codepoint = 0xF826, description = "Enclosure rehersal f" }, + ["chordM7#11"] = { codepoint = 0xF841, description = "Chord M7/#11" }, + ["gClefNatural7Above"] = { codepoint = 0xF569, description = "G Clef (natural 7 above)" }, + ["chord7b9b13"] = { codepoint = 0xF869, description = "Chord 7(b9/b13)" }, + ["noteheadSlashVerticalEndsLegacy"] = { codepoint = 0xF628, description = "Notehead slash vertical ends (legacy)" }, + ["noteheadCircledBlackLargeLVLegacy"] = { codepoint = 0xF8EB, description = "Notehead circled black large l v (legacy)" }, + ["gClef2Below"] = { codepoint = 0xF53D, description = "G Clef (2 below)" }, + ["noteheadWholeLV6"] = { codepoint = 0xF788, description = "Notehead whole l v6" }, + ["chordMi9"] = { codepoint = 0xF8B5, description = "Chord mi9" }, + ["pictBassDrumPeinkofer"] = { codepoint = 0xF4AF, description = "Bass drum (Peinkofer/Tannigel)" }, + ["chord13#11"] = { codepoint = 0xF87A, description = "Chord 13(#11)" }, + ["chordM13#11"] = { codepoint = 0xF845, description = "Chord m13(#11)" }, + ["chord-13"] = { codepoint = 0xF859, description = "Chord -13" }, + ["noteheadDiamondWholeOldLVLegacy"] = { codepoint = 0xF8F8, description = "Notehead diamond whole old l v (legacy)" }, + ["chord2"] = { codepoint = 0xF8CD, description = "Chord 2" }, + ["accidentalSharpJohnstonUp"] = { codepoint = 0xF5DB, description = "Sharp-up arrow (Johnston)" }, + ["repeat1BarLegacy"] = { codepoint = 0xF674, description = "Repeat 1 bar (legacy)" }, + ["chord7#9b5"] = { codepoint = 0xF86F, description = "Chord 7(#9/b5)" }, + ["noteheadSlashWhiteWholeLegacy"] = { codepoint = 0xF7AA, description = "Notehead slash white whole (legacy)" }, + ["note16thUpWide"] = { codepoint = 0xF60B, description = "Note 16th up wide" }, + ["accidentalJohnstonSevenUp"] = { codepoint = 0xF5E2, description = "Seven-up arrow (Johnston)" }, + ["restHBarAngled"] = { codepoint = 0xF766, description = "Rest h bar angled" }, + ["tremolo3Alt2"] = { codepoint = 0xF7B7, description = "Tremolo 3 alt 2" }, + ["enclosureParenOverLeft2Long"] = { codepoint = 0xF744, description = "Enclosure paren over left 2 long" }, + ["chordSus4"] = { codepoint = 0xF84B, description = "Chord sus4" }, + ["noteheadBlackLV3"] = { codepoint = 0xF797, description = "Notehead black l v3" }, + ["accidentalNaturalParens"] = { codepoint = 0xF5D6, description = "Natural (parentheses)" }, + ["gClef3Above"] = { codepoint = 0xF53E, description = "G Clef (3 above)" }, + ["brassFallRoughShortSlightDecline"] = { codepoint = 0xF762, description = "Brass fall rough short slight decline" }, + ["textEnclosureCurvedArrow"] = { codepoint = 0xF814, description = "Text enclosure curved arrow" }, + ["analyticsLongExtension"] = { codepoint = 0xF7E3, description = "Analytics long extension" }, + ["chordOmit3"] = { codepoint = 0xF892, description = "Chord omit 3" }, + ["accidentalDoubleSharpSmall"] = { codepoint = 0xF710, description = "Double sharp (small)" }, + ["analyticsArrowRightSegment"] = { codepoint = 0xF7E9, description = "Analytics arrow segment (right)" }, + ["chordNo3rd"] = { codepoint = 0xF8C8, description = "Chord no 3rd" }, + ["noteheadTriangleLeftWhiteLegacy"] = { codepoint = 0xF618, description = "Notehead triangle left white (legacy)" }, + ["enclosureParenUnderlineExtensionLong"] = { codepoint = 0xF739, description = "Enclosure paren underline extension long" }, + ["noteQuarterDownSmall"] = { codepoint = 0xF707, description = "Note quarter down small" }, + ["chord+M9"] = { codepoint = 0xF880, description = "Chord +(M9)" }, + ["chord-9M7#11"] = { codepoint = 0xF863, description = "Chord -9(M7/#11)" }, + ["noteQuarterUpWide"] = { codepoint = 0xF607, description = "Note quarter up wide" }, + ["gClefSharp5Below"] = { codepoint = 0xF56F, description = "G Clef (sharp 5 below)" }, + ["noteheadCircleX3LVLegacy"] = { codepoint = 0xF8DC, description = "Notehead circle x3 l v (legacy)" }, + ["noteheadXLV2"] = { codepoint = 0xF7AD, description = "Notehead x l v2" }, + ["noteheadCircledXLargeLV4"] = { codepoint = 0xF7A1, description = "Notehead circled x large l v4" }, + ["gClefNatural10Below"] = { codepoint = 0xF561, description = "G Clef (natural 10 below)" }, + ["pictMarPeinkofer"] = { codepoint = 0xF4AB, description = "Marimba (Peinkofer/Tannigel)" }, + ["accidentalFlatParenthesesSmall"] = { codepoint = 0xF718, description = "Flat (parentheses small)" }, + ["chord1"] = { codepoint = 0xF8CC, description = "Chord 1" }, + ["gClef8Above"] = { codepoint = 0xF548, description = "G Clef (8 above)" }, + ["accidentalTripleFlatJoinedStems"] = { codepoint = 0xF4A2, description = "Triple flat (joined stems)" }, + ["chord7Sus4"] = { codepoint = 0xF84F, description = "Chord 7sus4" }, + ["noteheadBlackWide"] = { codepoint = 0xF604, description = "Notehead black wide" }, + ["enclosureRehersalA"] = { codepoint = 0xF821, description = "Enclosure rehersal a" }, + ["ornamentTrillSharpAbove"] = { codepoint = 0xF5B4, description = "Trill (sharp above)" }, + ["noteheadHalfLV7"] = { codepoint = 0xF792, description = "Notehead half l v7" }, + ["accidentalSharpJohnstonDown"] = { codepoint = 0xF5DC, description = "Sharp-down arrow (Johnston)" }, + ["noteheadDoubleWholeAlt2"] = { codepoint = 0xF43F, description = "Notehead double whole alt 2" }, + ["pictXylBassPeinkofer"] = { codepoint = 0xF4A3, description = "Bass xylophone (Peinkofer/Tannigel)" }, + ["flag256thUpStraight"] = { codepoint = 0xF41E, description = "Combining flag 6 (256th) above (straight)" }, + ["noteQuarterDownWide"] = { codepoint = 0xF608, description = "Note quarter down wide" }, + ["gClef14Below"] = { codepoint = 0xF538, description = "G Clef (14 below)" }, + ["flag8thUpStraight"] = { codepoint = 0xF40F, description = "Combining flag 1 (8th) above (straight)" }, + ["arrowUpShort"] = { codepoint = 0xF776, description = "Arrow up short" }, + ["chordMa7"] = { codepoint = 0xF8A4, description = "Chord ma7" }, + ["enclosureRehersalG"] = { codepoint = 0xF827, description = "Enclosure rehersal g" }, + ["noteheadDiamondBlackLVLegacy"] = { codepoint = 0xF8E3, description = "Notehead diamond black l v (legacy)" }, + ["chordMi6"] = { codepoint = 0xF8B2, description = "Chord mi6" }, + ["enclosureRehersalT"] = { codepoint = 0xF834, description = "Enclosure rehersal t" }, + ["chord7Sus4b9"] = { codepoint = 0xF850, description = "Chord 7sus4(b9)" }, + ["handbellsGyroAlt"] = { codepoint = 0xF688, description = "Handbells gyro alt" }, + ["gClefNatural3Above"] = { codepoint = 0xF565, description = "G Clef (natural 3 above)" }, + ["chordDimM7"] = { codepoint = 0xF88A, description = "Chord dim(M7)" }, + ["gClefNatural6Below"] = { codepoint = 0xF568, description = "G Clef (natural 6 below)" }, + ["dynamicDiminuendoHairpinLong"] = { codepoint = 0xF751, description = "Dynamic diminuendo hairpin long" }, + ["textEnclosureSegmentJogUp"] = { codepoint = 0xF811, description = "Text enclosure segment jog up" }, + ["accidentalDoubleFlatJoinedStems"] = { codepoint = 0xF4A1, description = "Double flat (joined stems)" }, + ["6stringTabClefSerif"] = { codepoint = 0xF40B, description = "6-string tab clef (serif)" }, + ["flag32ndDownStraight"] = { codepoint = 0xF417, description = "Combining flag 3 (32nd) below (straight)" }, + ["4stringTabClefSerif"] = { codepoint = 0xF40D, description = "4-string tab clef (serif)" }, + ["gClefNatural17Below"] = { codepoint = 0xF563, description = "G Clef (natural 17 below)" }, + ["noteheadWholeLV7"] = { codepoint = 0xF789, description = "Notehead whole l v7" }, + ["ornamentTurnSharpAboveFlatBelow"] = { codepoint = 0xF5BB, description = "Turn (sharp above, flat below)" }, + ["enclosureParenUnderlineLeftLongAlt"] = { codepoint = 0xF738, description = "Enclosure paren underline left long alt" }, + ["noteheadTriangleDownBlackLVLegacy"] = { codepoint = 0xF8E9, description = "Notehead triangle down black l v (legacy)" }, + ["analyticsHauptrhythmusR"] = { codepoint = 0xF4B9, description = "Hauptrhythmus R (Berg)" }, + ["enclosureRehersalR"] = { codepoint = 0xF832, description = "Enclosure rehersal r" }, + ["analyticsModulationCombiningBracketLeft"] = { codepoint = 0xF7E0, description = "Analytics modulation combining bracket (left)" }, + ["articTenutoAccentAboveLegacy"] = { codepoint = 0xF630, description = "Tenuto-accent above (legacy)" }, + ["chord-11"] = { codepoint = 0xF858, description = "Chord -11" }, + ["noteheadXLV6"] = { codepoint = 0xF7B1, description = "Notehead x l v6" }, + ["chord7#9"] = { codepoint = 0xF868, description = "Chord 7(#9)" }, + ["noteQuarterUpSmall"] = { codepoint = 0xF706, description = "Note quarter up small" }, + ["textBlackNoteMiddleTripletNote"] = { codepoint = 0xF7CB, description = "Text black note middle triplet note" }, + ["timeSig5Large"] = { codepoint = 0xF445, description = "Time signature 5 (outside staff)" }, + ["legacyX"] = { codepoint = 0xF820, description = "x (legacy)" }, + ["noteheadTriangleRightWhiteLegacy"] = { codepoint = 0xF619, description = "Notehead triangle right white (legacy)" }, + ["noteheadBlackDouble"] = { codepoint = 0xF782, description = "Notehead black double" }, + ["enclosureRehersalI"] = { codepoint = 0xF829, description = "Enclosure rehersal i" }, + ["noteheadCircledXLargeLV3"] = { codepoint = 0xF7A0, description = "Notehead circled x large l v3" }, + ["chordSus2"] = { codepoint = 0xF852, description = "Chord sus2" }, + ["noteheadParenthesisAlt"] = { codepoint = 0xF74C, description = "Notehead parenthesis alt" }, + ["noteheadPlusBlackLegacy"] = { codepoint = 0xF627, description = "Notehead plus black (legacy)" }, + ["flag64thDownStraight"] = { codepoint = 0xF41A, description = "Combining flag 4 (64th) below (straight)" }, + ["accidentalSharpParenthesesSmall"] = { codepoint = 0xF716, description = "Sharp (parentheses small)" }, + ["chord#11b9"] = { codepoint = 0xF89E, description = "Chord #11/b9" }, + ["noteheadBlackLV2"] = { codepoint = 0xF796, description = "Notehead black l v2" }, + ["noteheadXLV3"] = { codepoint = 0xF7AE, description = "Notehead x l v3" }, + ["note8thDownWide"] = { codepoint = 0xF60A, description = "Note 8th down wide" }, + ["gClef13Below"] = { codepoint = 0xF537, description = "G Clef (13 below)" }, + ["enclosureRehersalY"] = { codepoint = 0xF839, description = "Enclosure rehersal y" }, + ["brassFallRoughVeryShortFastDecline"] = { codepoint = 0xF760, description = "Brass fall rough very short fast decline" }, + ["chordM7#5"] = { codepoint = 0xF847, description = "Chord M7(#5)" }, + ["chord-69#11"] = { codepoint = 0xF864, description = "Chord -6/9(#11)" }, + ["articAccentAboveLegacy"] = { codepoint = 0xF632, description = "Accent above (legacy)" }, + ["chordMa9#11"] = { codepoint = 0xF8A8, description = "Chord ma9(#11)" }, + ["chord+M7"] = { codepoint = 0xF87F, description = "Chord +(M7)" }, + ["enclosureParenUnderlineRightShort"] = { codepoint = 0xF737, description = "Enclosure paren underline right short" }, + ["noteheadCircleX1LVLegacy"] = { codepoint = 0xF8DA, description = "Notehead circle x1 l v (legacy)" }, + ["noteheadTriangleUpRightWhiteLegacy"] = { codepoint = 0xF61A, description = "Notehead triangle up right white (legacy)" }, + ["gClefFlat13Below"] = { codepoint = 0xF54E, description = "G Clef (flat 13 below)" }, + ["arrowDownLong"] = { codepoint = 0xF77B, description = "Arrow down long" }, + ["noteheadBlackLV7"] = { codepoint = 0xF79B, description = "Notehead black l v7" }, + ["gClef2Above"] = { codepoint = 0xF53C, description = "G Clef (2 above)" }, + ["accidentalFlatJohnstonElDown"] = { codepoint = 0xF5EB, description = "Flat-inverted seven-down arrow (Johnston)" }, + ["braceSmall"] = { codepoint = 0xF400, description = "Brace (small)" }, + ["chord-7"] = { codepoint = 0xF856, description = "Chord -7" }, + ["gClefNatural13Below"] = { codepoint = 0xF562, description = "G Clef (natural 13 below)" }, + ["noteheadCircledHalfLargeLVLegacy"] = { codepoint = 0xF8F7, description = "Notehead circled half large l v (legacy)" }, + ["pluckedSnapPizzicatoBelowGerman"] = { codepoint = 0xF432, description = "Snap pizzicato below (German)" }, + ["flag8thUpAlt3"] = { codepoint = 0xF702, description = "Flag 8th up alt 3" }, + ["chord9Sus"] = { codepoint = 0xF84E, description = "Chord 9sus" }, + ["flag512thDownStraight"] = { codepoint = 0xF423, description = "Combining flag 7 (512th) below (straight)" }, + ["pictGuiroPeinkofer"] = { codepoint = 0xF4B5, description = "Guiro (Peinkofer/Tannigel)" }, + ["timeSig6Large"] = { codepoint = 0xF446, description = "Time signature 6 (outside staff)" }, + ["noteheadTriangleUpWhiteLVLegacy"] = { codepoint = 0xF8EF, description = "Notehead triangle up white l v (legacy)" }, + ["chord+7b9"] = { codepoint = 0xF866, description = "Chord +7(b9)" }, + ["textEnclosureCurvedArrowWHook"] = { codepoint = 0xF815, description = "Text enclosure curved arrow w hook" }, + ["analyticsModulationCombiningBracketCenter2"] = { codepoint = 0xF7E4, description = "Analytics modulation combining bracket (center)" }, + ["repeat2BarLegacy"] = { codepoint = 0xF675, description = "Repeat 2 bar (legacy)" }, + ["gClef6Above"] = { codepoint = 0xF544, description = "G Clef (6 above)" }, + ["noteheadBlackLV5"] = { codepoint = 0xF799, description = "Notehead black l v5" }, + ["handbellsEcho1Alt"] = { codepoint = 0xF687, description = "Handbells echo 1 alt" }, + ["gClefFlat9Above"] = { codepoint = 0xF55E, description = "G Clef (flat 9 above)" }, + ["chord-9b5"] = { codepoint = 0xF85B, description = "Chord -9(b5)" }, + ["gClefFlat15Below"] = { codepoint = 0xF550, description = "G Clef (flat 15 below)" }, + ["enclosureBracketLeftLong"] = { codepoint = 0xF729, description = "Enclosure bracket left long" }, + ["arpeggioArrowDownLong"] = { codepoint = 0xF775, description = "Arpeggio arrow down long" }, + ["enclosureBracketExtension"] = { codepoint = 0xF721, description = "Enclosure bracket extension" }, + ["chord0"] = { codepoint = 0xF8CB, description = "Chord 0" }, + ["chord-Add2"] = { codepoint = 0xF865, description = "Chord -(add2)" }, + ["textBlackNoteFracSingle16th"] = { codepoint = 0xF7D6, description = "Text black note frac single 16th" }, + ["brassLiftSlight"] = { codepoint = 0xF767, description = "Brass lift slight" }, + ["fClefAlt1"] = { codepoint = 0xF7D8, description = "F clef alt 1" }, + ["chord+7"] = { codepoint = 0xF87D, description = "Chord +7" }, + ["noteheadTriangleRightBlackLVLegacy"] = { codepoint = 0xF8E8, description = "Notehead triangle right black l v (legacy)" }, + ["enclosureRehersalK"] = { codepoint = 0xF82B, description = "Enclosure rehersal k" }, + ["analyticsBackwardArrowRightSegmentTall"] = { codepoint = 0xF7EB, description = "Analytics tall arrow segment (left)" }, + ["brassFallSmoothVeryLong"] = { codepoint = 0xF758, description = "Brass fall smooth very long" }, + ["noteheadVoidWithXLV3"] = { codepoint = 0xF7A4, description = "Notehead void with x l v3" }, + ["pictTomTomPeinkofer"] = { codepoint = 0xF4B2, description = "Tom-tom (Peinkofer/Tannigel)" }, + ["gClefFlat3Above"] = { codepoint = 0xF555, description = "G Clef (flat 3 above)" }, + ["noteheadWhiteParenthesisLVLegacy"] = { codepoint = 0xF8F6, description = "Notehead white parenthesis l v (legacy)" }, + ["chordMi11b9b5"] = { codepoint = 0xF8BD, description = "Chord mi11(b9/b5)" }, + ["enclosureParenOverRight2Alt"] = { codepoint = 0xF743, description = "Enclosure paren over right 2 alt" }, + ["noteheadDiamondBlackLVLegacyAlt"] = { codepoint = 0xF8EC, description = "Notehead diamond black l v (legacy alt)" }, + ["chordMi"] = { codepoint = 0xF8B1, description = "Chord mi (minor)" }, + ["noteheadDiamondHalfWideLVLegacy"] = { codepoint = 0xF8F0, description = "Notehead diamond half wide l v (legacy)" }, + ["chordMiM7"] = { codepoint = 0xF8BE, description = "Chord mi(M7)" }, + ["noteheadTriangleLeftBlackLVLegacy"] = { codepoint = 0xF8E7, description = "Notehead triangle left black l v (legacy)" }, + ["noteheadTriangleUpWhiteLegacy"] = { codepoint = 0xF616, description = "Notehead triangle up white (legacy)" }, + ["flag64thUpStraight"] = { codepoint = 0xF418, description = "Combining flag 4 (64th) above (straight)" }, + ["enclosureParenOverRight"] = { codepoint = 0xF725, description = "Enclosure paren over right" }, + ["gClefNatural3Below"] = { codepoint = 0xF566, description = "G Clef (natural 3 below)" }, + ["chordb9b13"] = { codepoint = 0xF89B, description = "Chord b9/b13" }, + ["analyticsModulationCombiningBracketRightLong"] = { codepoint = 0xF7E1, description = "Analytics modulation long combining bracket (right)" }, + ["chord4"] = { codepoint = 0xF8CF, description = "Chord 4" }, + ["gClefFlat14Below"] = { codepoint = 0xF54F, description = "G Clef (flat 14 below)" }, + ["brassLiftSmoothVeryLong"] = { codepoint = 0xF757, description = "Brass lift smooth very long" }, + ["chordM9b5"] = { codepoint = 0xF848, description = "Chord M9(b5)" }, + ["chordMa9"] = { codepoint = 0xF8A5, description = "Chord ma9" }, + ["chord7#11#9Alt"] = { codepoint = 0xF882, description = "Chord 7(#11/#9) (alternate)" }, + ["braceLarge"] = { codepoint = 0xF401, description = "Brace (large)" }, + ["chordMa9b5"] = { codepoint = 0xF8AD, description = "Chord ma9(b5)" }, + ["noteheadWholeLV2"] = { codepoint = 0xF784, description = "Notehead whole l v2" }, + ["chordDim7"] = { codepoint = 0xF885, description = "Chord dim7" }, + ["noteheadCircledXLargeLegacy"] = { codepoint = 0xF612, description = "Notehead circled x large (legacy)" }, + ["ventiduesimaBassaMbLegacy"] = { codepoint = 0xF67F, description = "Ventiduesima bassa mb (legacy)" }, + ["noteheadHalfLV6"] = { codepoint = 0xF791, description = "Notehead half l v6" }, + ["gClefFlat1Below"] = { codepoint = 0xF552, description = "G Clef (flat 1 below)" }, + ["noteheadTriangleUpRightWhiteLVLegacy"] = { codepoint = 0xF8F1, description = "Notehead triangle up right white l v (legacy)" }, + ["analyticsArrowShort"] = { codepoint = 0xF7EE, description = "Analytics short arrow (right)" }, + ["pictXylPeinkofer"] = { codepoint = 0xF4A9, description = "Xylophone (Peinkofer/Tannigel)" }, + ["gClefAlt4"] = { codepoint = 0xF7DB, description = "G clef alt 4" }, + ["chord-9"] = { codepoint = 0xF857, description = "Chord -9" }, + ["chordMaj"] = { codepoint = 0xF8A1, description = "Chord maj" }, + ["chordM7#11Alt"] = { codepoint = 0xF8A0, description = "Chord M7/#11 (alternate)" }, + ["noteheadBlackLV1"] = { codepoint = 0xF795, description = "Notehead black l v1" }, + ["brassFallRoughVeryShortSlightDecilne"] = { codepoint = 0xF75A, description = "Brass fall rough very short slight decilne" }, + ["enclosureClosedLong"] = { codepoint = 0xF74B, description = "Enclosure closed long" }, + ["chord7b9"] = { codepoint = 0xF867, description = "Chord 7(b9)" }, + ["chordMiAdd2"] = { codepoint = 0xF8C3, description = "Chord mi(add2)" }, + ["chordMa6"] = { codepoint = 0xF8A3, description = "Chord ma6" }, + ["brassFallRoughShortMedDecline"] = { codepoint = 0xF764, description = "Brass fall rough short med decline" }, + ["pictGuiroSevsay"] = { codepoint = 0xF4B4, description = "Guiro (Sevsay)" }, + ["metSwing"] = { codepoint = 0xF74F, description = "Met swing" }, + ["chordM7"] = { codepoint = 0xF83D, description = "Chord M7" }, + ["chord13b5"] = { codepoint = 0xF876, description = "Chord 13(b5)" }, + ["brassVeryLiftShort"] = { codepoint = 0xF75F, description = "Brass lift very short" }, + ["braceLarger"] = { codepoint = 0xF402, description = "Brace (larger)" }, + ["tremolo3Alt1"] = { codepoint = 0xF7B6, description = "Tremolo 3 alt 1" }, + ["ornamentTrillSharpAboveLegacy"] = { codepoint = 0xF68E, description = "Trill sharp above (legacy)" }, + ["gClefFlat7Above"] = { codepoint = 0xF55B, description = "G Clef (flat 7 above)" }, + ["textEnclosureSegmentExtensionLong"] = { codepoint = 0xF818, description = "Text enclosure segment extension long" }, + ["enclosureBracketRight"] = { codepoint = 0xF722, description = "Enclosure bracket right" }, + ["chord-9M7"] = { codepoint = 0xF861, description = "Chord -9(M7)" }, + ["noteheadWholeLV4"] = { codepoint = 0xF786, description = "Notehead whole l v4" }, + ["brassLiftShortSlightIncline"] = { codepoint = 0xF761, description = "Brass lift short slight incline" }, + ["enclosureBracketWavyLeftLong"] = { codepoint = 0xF73E, description = "Enclosure bracket wavy left long" }, + ["accidentalNaturalParenthesesSmall"] = { codepoint = 0xF717, description = "Natural (parentheses small)" }, + ["chordMajorTriadb5"] = { codepoint = 0xF88F, description = "Chord major triad (b5)" }, + ["6stringTabClefTall"] = { codepoint = 0xF40A, description = "6-string tab clef (tall)" }, + ["noteheadHalfWide"] = { codepoint = 0xF603, description = "Notehead half wide" }, + ["noteheadBlackLV6"] = { codepoint = 0xF79A, description = "Notehead black l v6" }, + ["4stringTabClefTall"] = { codepoint = 0xF40C, description = "4-string tab clef (tall)" }, + ["noteheadDoubleWholeAltWide"] = { codepoint = 0xF601, description = "Notehead double whole alt wide" }, + ["accidentalJohnstonSevenFlatDown"] = { codepoint = 0xF5ED, description = "Seven-flat-down arrow (Johnston)" }, + ["chord-13#11"] = { codepoint = 0xF85D, description = "Chord -13(#11)" }, + ["gClef16Below"] = { codepoint = 0xF53A, description = "G Clef (16 below)" }, + ["stringsChangeBowDirectionLiga"] = { codepoint = 0xF431, description = "Change bow direction, indeterminate (Pricope)" }, + ["chordSus"] = { codepoint = 0xF84A, description = "Chord sus" }, + ["miscLegacy1"] = { codepoint = 0xF7C1, description = "Misc (legacy 1)" }, + ["noteheadVoidWithXLV2"] = { codepoint = 0xF7A3, description = "Notehead void with x l v2" }, + ["enclosureParenOverLeft"] = { codepoint = 0xF723, description = "Enclosure paren over left" }, + ["analyticsBackwardArrowLeftSegment"] = { codepoint = 0xF7E7, description = "Analytics arrow (left)" }, + ["ventiduesimaLegacy"] = { codepoint = 0xF67D, description = "Ventiduesima (legacy)" }, + ["ventiduesimaAltaLegacy"] = { codepoint = 0xF67E, description = "Ventiduesima alta (legacy)" }, + ["unpitchedPercussionClef1Alt"] = { codepoint = 0xF409, description = "Unpitched percussion clef 1 (thick-thin)" }, + ["noteheadWholeLV5"] = { codepoint = 0xF787, description = "Notehead whole l v5" }, + ["gClefNatural6Above"] = { codepoint = 0xF567, description = "G Clef (natural 6 above)" }, + ["ottavaAltaLegacy"] = { codepoint = 0xF677, description = "Ottava alta (legacy)" }, + ["chord7b5"] = { codepoint = 0xF86B, description = "Chord 7(b5)" }, + ["tripleTongueAboveNoSlur"] = { codepoint = 0xF42F, description = "Triple-tongue above (no slur)" }, + ["flag128thDownStraight"] = { codepoint = 0xF41D, description = "Combining flag 5 (128th) below (straight)" }, + ["gClefNatural9Below"] = { codepoint = 0xF56B, description = "G Clef (natural 9 below)" }, + ["chordM9"] = { codepoint = 0xF83E, description = "Chord M9" }, + ["tremolo3Alt4"] = { codepoint = 0xF7B9, description = "Tremolo 3 alt 4" }, + ["braceFlat"] = { codepoint = 0xF403, description = "Brace (flat)" }, + ["timeSigCommonLarge"] = { codepoint = 0xF44A, description = "Common time (outside staff)" }, + ["tremolo3Alt3"] = { codepoint = 0xF7B8, description = "Tremolo 3 alt 3" }, + ["noteheadRoundWhiteLegacy"] = { codepoint = 0xF629, description = "Notehead round white (legacy)" }, + ["noteheadXLV4"] = { codepoint = 0xF7AF, description = "Notehead x l v4" }, + ["tremolo2Alt"] = { codepoint = 0xF681, description = "Tremolo 2 alt" }, + ["tremolo1Alt"] = { codepoint = 0xF680, description = "Tremolo 1 alt" }, + ["timeSigPlusLarge"] = { codepoint = 0xF44C, description = "Time signature + (outside staff)" }, + ["articTenutoAccentBelowLegacy"] = { codepoint = 0xF631, description = "Tenuto-accent below (legacy)" }, + ["chordMa"] = { codepoint = 0xF8A2, description = "Chord ma (major)" }, + ["timeSig9Large"] = { codepoint = 0xF449, description = "Time signature 9 (outside staff)" }, + ["timeSig8Large"] = { codepoint = 0xF448, description = "Time signature 8 (outside staff)" }, + ["timeSig7Large"] = { codepoint = 0xF447, description = "Time signature 7 (outside staff)" }, + ["timeSig4Large"] = { codepoint = 0xF444, description = "Time signature 4 (outside staff)" }, + ["chordb5"] = { codepoint = 0xF895, description = "Chord b5" }, + ["timeSig2Large"] = { codepoint = 0xF442, description = "Time signature 2 (outside staff)" }, + ["timeSig1Large"] = { codepoint = 0xF441, description = "Time signature 1 (outside staff)" }, + ["noteheadWholeLV9"] = { codepoint = 0xF78B, description = "Notehead whole l v9" }, + ["chordSus4b9"] = { codepoint = 0xF84C, description = "Chord sus4(b9)" }, + ["noteheadTriangleBlackLVLegacy"] = { codepoint = 0xF8E1, description = "Notehead triangle black l v (legacy)" }, + ["textEnclosureSegmentLeftHook"] = { codepoint = 0xF816, description = "Text enclosure segment left hook" }, + ["analyticsBackwardArrowRightSegment"] = { codepoint = 0xF7E8, description = "Analytics arrow segment (left)" }, + ["textEnclosureSegmentJogDown"] = { codepoint = 0xF810, description = "Text enclosure segment jog down" }, + ["noteheadMoonBlackLVLegacy"] = { codepoint = 0xF8E2, description = "Notehead moon black l v (legacy)" }, + ["textEnclosureSegmentCurvedArrowLong"] = { codepoint = 0xF81A, description = "Text enclosure segment curved arrow long" }, + ["enclosureRehersalV"] = { codepoint = 0xF836, description = "Enclosure rehersal v" }, + ["enclosureParenOverLeft2"] = { codepoint = 0xF72C, description = "Enclosure paren over left 2" }, + ["noteheadCircleX2LVLegacy"] = { codepoint = 0xF8DB, description = "Notehead circle x2 l v (legacy)" }, + ["textEnclosureSegmentArrowJogOver"] = { codepoint = 0xF81C, description = "Text enclosure segment arrow jog over" }, + ["textEnclosureSegmentArrowDown"] = { codepoint = 0xF81E, description = "Text enclosure segment arrow down" }, + ["textEnclosureSegmentArrow"] = { codepoint = 0xF813, description = "Text enclosure segment arrow" }, + ["chord#11"] = { codepoint = 0xF898, description = "Chord #11" }, + ["keyboardPedalSostNoDot"] = { codepoint = 0xF435, description = "Sostenuto pedal mark (no dot)" }, + ["noteheadMoonWhiteLegacy"] = { codepoint = 0xF61B, description = "Notehead moon white (legacy)" }, + ["doubleTongueBelowNoSlur"] = { codepoint = 0xF42E, description = "Double-tongue below (no slur)" }, + ["chordMi9M7"] = { codepoint = 0xF8BF, description = "Chord mi9(M7)" }, + ["chordMi11M7"] = { codepoint = 0xF8C0, description = "Chord mi11(M7)" }, + ["accidentalJohnstonSevenSharpDown"] = { codepoint = 0xF5E9, description = "Seven-sharp-down arrow (Johnston)" }, + ["chordH-d"] = { codepoint = 0xF88C, description = "Chord half-diminished" }, + ["gClefAlt2"] = { codepoint = 0xF7D9, description = "G clef alt 2" }, + ["pictCongaPeinkofer"] = { codepoint = 0xF4B1, description = "Conga (Peinkofer/Tannigel)" }, + ["textBlackNoteRightFacing16thBeam"] = { codepoint = 0xF7CA, description = "Text black note right facing 16th beam" }, + ["textBlackNoteFrac8thLongBeam"] = { codepoint = 0xF7D3, description = "Text black note frac 8th long beam" }, + ["textBlackNoteFrac32ndLongBeam"] = { codepoint = 0xF7D5, description = "Text black note frac 32nd long beam" }, + ["gClef11Below"] = { codepoint = 0xF535, description = "G Clef (11 below)" }, + ["restWholeLegacy"] = { codepoint = 0xF670, description = "Rest whole (legacy)" }, + ["chordMi11b5"] = { codepoint = 0xF8BA, description = "Chord mi11(b5)" }, + ["stringsDownBowLegacy"] = { codepoint = 0xF634, description = "Strings down bow (legacy)" }, + ["stringsChangeBowDirectionImposed"] = { codepoint = 0xF43E, description = "Change bow direction, indeterminate (Plötz)" }, + ["chord8"] = { codepoint = 0xF8D3, description = "Chord 8" }, + ["textBlackNoteFrac16thLongBeam"] = { codepoint = 0xF7D4, description = "Text black note frac 16th long beam" }, + ["restQuarterAlt1"] = { codepoint = 0xF7DC, description = "Rest quarter alt 1" }, + ["repeatRightLeftThick"] = { codepoint = 0xF45C, description = "Right and left repeat sign (thick-thick)" }, + ["quindicesimaLegacy2"] = { codepoint = 0xF67B, description = "Quindicesima (legacy 2)" }, + ["quindicesimaLegacy"] = { codepoint = 0xF67A, description = "Quindicesima (legacy)" }, + ["noteheadHalfParens"] = { codepoint = 0xF5D2, description = "Half notehead (parentheses)" }, + ["enclosureParenUnderlineLeftAlt2"] = { codepoint = 0xF747, description = "Enclosure paren underline left alt 2" }, + ["quindicesimaBassaMbLegacy"] = { codepoint = 0xF67C, description = "Quindicesima bassa mb (legacy)" }, + ["pluckedSnapPizzicatoAboveGerman"] = { codepoint = 0xF433, description = "Snap pizzicato above (German)" }, + ["gClefFlat9Below"] = { codepoint = 0xF55F, description = "G Clef (flat 9 below)" }, + ["mensuralProportion4Old"] = { codepoint = 0xF43D, description = "Mensural proportion 4 (old)" }, + ["pictXylTenorPeinkofer"] = { codepoint = 0xF4A4, description = "Tenor xylophone (Peinkofer/Tannigel)" }, + ["pictVibPeinkofer"] = { codepoint = 0xF4A5, description = "Vibraphone (Peinkofer/Tannigel)" }, + ["ornamentTurnNaturalAbove"] = { codepoint = 0xF5B8, description = "Turn (natural above)" }, + ["pictTubaphonePeinkofer"] = { codepoint = 0xF4A8, description = "Tubaphone (Peinkofer/Tannigel)" }, + ["pictTimpaniPeinkofer"] = { codepoint = 0xF4AE, description = "Timpani (Peinkofer/Tannigel)" }, + ["pictTimbalesPeinkofer"] = { codepoint = 0xF4B3, description = "Timbales (Peinkofer/Tannigel)" }, + ["chord#5"] = { codepoint = 0xF896, description = "Chord #5" }, + ["noteheadBlackParenthesisLVLegacy"] = { codepoint = 0xF8EA, description = "Notehead black parenthesis l v (legacy)" }, + ["enclosureUnderlineExtension"] = { codepoint = 0xF730, description = "Enclosure underline extension" }, + ["conductorBeat2SimpleLegacy2"] = { codepoint = 0xF7BC, description = "Conductor beat 2 simple (legacy 2)" }, + ["chorus1st"] = { codepoint = 0xF7C4, description = "Chorus 1st" }, + ["enclosureRehersalC"] = { codepoint = 0xF823, description = "Enclosure rehersal c" }, + ["chord69"] = { codepoint = 0xF83B, description = "Chord 6/9" }, + ["chordDim"] = { codepoint = 0xF884, description = "Chord dim" }, + ["pictMusicalSawPeinkofer"] = { codepoint = 0xF4B7, description = "Musical saw (Peinkofer/Tannigel)" }, + ["chordAug"] = { codepoint = 0xF881, description = "Chord aug" }, + ["chordM9#5"] = { codepoint = 0xF849, description = "Chord M9(#5)" }, + ["pictHalfOpen2Legacy"] = { codepoint = 0xF62A, description = "Pict half open 2 (legacy)" }, + ["accidentalDoubleFlatParenthesesSmall"] = { codepoint = 0xF719, description = "Double flat (parentheses small)" }, + ["pictGlspPeinkofer"] = { codepoint = 0xF4AA, description = "Glockenspiel (Peinkofer/Tannigel)" }, + ["note8thUpWide"] = { codepoint = 0xF609, description = "Note 8th up wide" }, + ["gClefFlat2Above"] = { codepoint = 0xF553, description = "G Clef (flat 2 above)" }, + ["pictFlexatonePeinkofer"] = { codepoint = 0xF4B6, description = "Flexatone (Peinkofer/Tannigel)" }, + ["noteheadDoubleWholeAltLongWings"] = { codepoint = 0xF68A, description = "Notehead double whole alt long wings" }, + ["ottavaLegacy"] = { codepoint = 0xF676, description = "Ottava (legacy)" }, + ["ornamentTurnSharpAbove"] = { codepoint = 0xF5BA, description = "Turn (sharp above)" }, + ["accidentalJohnstonDownEl"] = { codepoint = 0xF5E5, description = "Down arrow-inverted seven (Johnston)" }, + ["noteHalfDownWide"] = { codepoint = 0xF606, description = "Note half down wide" }, + ["noteheadDiamondWhiteLegacy"] = { codepoint = 0xF625, description = "Notehead diamond white (legacy)" }, + ["ottavaBassaVbLegacy"] = { codepoint = 0xF678, description = "Ottava bassa vb (legacy)" }, + ["ottavaBassaBaLegacy"] = { codepoint = 0xF679, description = "Ottava bassa ba (legacy)" }, + ["noteheadSquareWhiteLegacy2"] = { codepoint = 0xF614, description = "Notehead square white (legacy 2)" }, + ["enclosureParenUnderlineLeftLong"] = { codepoint = 0xF732, description = "Enclosure paren underline left long" }, + ["ornamentTurnSharpBelow"] = { codepoint = 0xF5BC, description = "Turn (sharp below)" }, + ["gClef6Below"] = { codepoint = 0xF545, description = "G Clef (6 below)" }, + ["ornamentTurnFlatBelow"] = { codepoint = 0xF5B7, description = "Turn (flat below)" }, + ["ornamentTurnFlatAboveSharpBelow"] = { codepoint = 0xF5B6, description = "Turn (flat above, sharp below)" }, + ["chordMi9M7#11"] = { codepoint = 0xF8C1, description = "Chord mi9(M7/#11)" }, + ["ornamentTurnFlatAbove"] = { codepoint = 0xF5B5, description = "Turn (flat above)" }, + ["chord11"] = { codepoint = 0xF8D5, description = "Chord 11" }, + ["ornamentTrillNaturalAbove"] = { codepoint = 0xF5B3, description = "Trill (Natural above)" }, + ["chordAdd9"] = { codepoint = 0xF8C6, description = "Chord add9" }, + ["gClefFlat6Above"] = { codepoint = 0xF559, description = "G Clef (flat 6 above)" }, + ["ornamentTrillFlatAboveLegacy"] = { codepoint = 0xF68C, description = "Trill flat above (legacy)" }, + ["accidentalFlatJohnstonUpEl"] = { codepoint = 0xF5EA, description = "Flat-up arrow-inverted seven (Johnston)" }, + ["noteheadXLV8"] = { codepoint = 0xF7B3, description = "Notehead x l v8" }, + ["noteheadXLV7"] = { codepoint = 0xF7B2, description = "Notehead x l v7" }, + ["noteheadSquareWhiteLegacy3"] = { codepoint = 0xF624, description = "Notehead square white (legacy 3)" }, + ["flag16thDownAlt"] = { codepoint = 0xF705, description = "Flag 16th down alt" }, + ["noteheadXLV5"] = { codepoint = 0xF7B0, description = "Notehead x l v5" }, + ["noteheadXLV1"] = { codepoint = 0xF7AC, description = "Notehead x l v1" }, + ["miscCodaLogo"] = { codepoint = 0xF7C3, description = "Coda logo" }, + ["enclosureBracketLeft"] = { codepoint = 0xF720, description = "Enclosure bracket left" }, + ["noteheadSquareBlackLVLegacyAlt"] = { codepoint = 0xF8E5, description = "Notehead square black l v (legacy alt)" }, + ["noteheadXBlack2LVLegacy"] = { codepoint = 0xF8DE, description = "Notehead x black2 l v (legacy)" }, + ["noteheadXBlack1LVLegacy"] = { codepoint = 0xF8DD, description = "Notehead x black1 l v (legacy)" }, + ["noteheadWholeWide"] = { codepoint = 0xF602, description = "Notehead whole wide" }, + ["noteheadWholeParens"] = { codepoint = 0xF5D3, description = "Whole notehead (parentheses)" }, + ["noteheadWholeLVJazz"] = { codepoint = 0xF8D7, description = "Notehead whole l v jazz" }, + ["noteheadWholeLV8"] = { codepoint = 0xF78A, description = "Notehead whole l v8" }, + ["noteheadTriangleDownWhiteLegacy"] = { codepoint = 0xF617, description = "Notehead triangle down white (legacy)" }, + ["noteheadWholeLV3"] = { codepoint = 0xF785, description = "Notehead whole l v3" }, + ["noteheadWholeLV1"] = { codepoint = 0xF783, description = "Notehead whole l v1" }, + ["gClef10Below"] = { codepoint = 0xF534, description = "G Clef (10 below)" }, + ["noteheadVoidWithXLV8"] = { codepoint = 0xF7A9, description = "Notehead void with x l v8" }, + ["breathMarkCommaLegacy"] = { codepoint = 0xF635, description = "Breath mark comma (legacy)" }, + ["noteheadRoundWhiteLVLegacy"] = { codepoint = 0xF8FB, description = "Notehead round white l v (legacy)" }, + ["noteheadVoidWithXLV4"] = { codepoint = 0xF7A5, description = "Notehead void with x l v4" }, + ["miscEyeglassesAlt1"] = { codepoint = 0xF685, description = "Eyeglasses 1.0" }, + ["chord7#11"] = { codepoint = 0xF86C, description = "Chord 7(#11)" }, + ["accidentalJohnstonSevenSharpUp"] = { codepoint = 0xF5E8, description = "Seven-sharp-up arrow (Johnston)" }, + ["noteheadTriangleUpRightBlackLVLegacy"] = { codepoint = 0xF8E4, description = "Notehead triangle up right black l v (legacy)" }, + ["noteheadHalfLV1"] = { codepoint = 0xF78C, description = "Notehead half l v1" }, + ["gClefNat2Below"] = { codepoint = 0xF560, description = "G Clef (natural 2 below)" }, + ["noteheadTriangleRoundDownWhiteLegacy"] = { codepoint = 0xF61C, description = "Notehead triangle round down white (legacy)" }, + ["noteheadTriangleRoundDownWhiteLVLegacy"] = { codepoint = 0xF8F2, description = "Notehead triangle round down white l v (legacy)" }, + ["noteheadTriangleRoundDownBlackLVLegacy"] = { codepoint = 0xF8E6, description = "Notehead triangle round down black l v (legacy)" }, + ["gClef9Above"] = { codepoint = 0xF54A, description = "G Clef (9 above)" }, + ["noteheadTriangleRightWhiteLVLegacy"] = { codepoint = 0xF8F3, description = "Notehead triangle right white l v (legacy)" }, + ["noteheadTriangleDownWhiteLVLegacy"] = { codepoint = 0xF8FA, description = "Notehead triangle down white l v (legacy)" }, + ["enclosureRehersalH"] = { codepoint = 0xF828, description = "Enclosure rehersal h" }, + ["arpeggioVerticalSegment"] = { codepoint = 0xF700, description = "Arpeggio vertical segment " }, + ["textTripletBracketFull"] = { codepoint = 0xF7D2, description = "Text triplet bracket full" }, + ["dynamicSforzandoLegacy"] = { codepoint = 0xF610, description = "Dynamic sforzando (legacy)" }, + ["gClef17Below"] = { codepoint = 0xF53B, description = "G Clef (17 below)" }, + ["chordb9b5"] = { codepoint = 0xF899, description = "Chord b9/b5" }, + ["arrowUpMedium"] = { codepoint = 0xF777, description = "Arrow up medium" }, + ["noteheadDoubleWholeParens"] = { codepoint = 0xF5D4, description = "Double whole notehead (parentheses)" }, + ["fretboard6StringLegacy"] = { codepoint = 0xF8FE, description = "Fretboard 6 string (legacy)" }, + ["noteheadDiamondWhiteWideLegacy"] = { codepoint = 0xF626, description = "Notehead diamond white wide (legacy)" }, + ["chord#9b9"] = { codepoint = 0xF89D, description = "Chord #9/b9" }, + ["flag8thDownStraight"] = { codepoint = 0xF411, description = "Combining flag 1 (8th) below (straight)" }, + ["arpeggioArrowUpShort"] = { codepoint = 0xF770, description = "Arpeggio arrow up short" }, + ["chordb9"] = { codepoint = 0xF893, description = "Chord b9" }, + ["flag8thUpAlt2"] = { codepoint = 0xF701, description = "Flag 8th up alt 2" }, + ["chord9#5"] = { codepoint = 0xF875, description = "Chord 9(#5)" }, + ["accidentalSharpJohnstonEl"] = { codepoint = 0xF5DA, description = "Sharp-inverted seven (Johnston)" }, + ["noteheadDoubleWholeAlt"] = { codepoint = 0xF40E, description = "Double whole note (breve), single vertical strokes" }, + ["tremolo3Alt"] = { codepoint = 0xF682, description = "Tremolo 3 alt" }, + ["flag8thDownAlt2"] = { codepoint = 0xF769, description = "Flag 8th down alt 2" }, + ["miscLegacy3"] = { codepoint = 0xF7CE, description = "Misc (legacy 3)" }, + ["noteheadVoidWithXLV7"] = { codepoint = 0xF7A8, description = "Notehead void with x l v7" }, + ["accdnPushAlt"] = { codepoint = 0xF45B, description = "Push (Draugsvoll & Højsgaard)" }, + ["noteheadMoonWhiteLVLegacy"] = { codepoint = 0xF8EE, description = "Notehead moon white l v (legacy)" }, + ["gClef9Below"] = { codepoint = 0xF54B, description = "G Clef (9 below)" }, + ["noteheadHalfLV9"] = { codepoint = 0xF794, description = "Notehead half l v9" }, + ["articAccentStaccatoBelowLegacy"] = { codepoint = 0xF62C, description = "Accent-staccato below (legacy)" }, + ["chord-69"] = { codepoint = 0xF855, description = "Chord -6/9" }, + ["noteheadCircledXLargeLV2"] = { codepoint = 0xF79F, description = "Notehead circled x large l v2" }, + ["accidentalJohnstonUpEl"] = { codepoint = 0xF5E4, description = "Up arrow-inverted seven (Johnston)" }, + ["noteheadHalfLV8"] = { codepoint = 0xF793, description = "Notehead half l v8" }, + ["enclosureRehersalJ"] = { codepoint = 0xF82A, description = "Enclosure rehersal j" }, + ["accidentalFlatParens"] = { codepoint = 0xF5D5, description = "Flat (parentheses)" }, + ["chord7Sus4b9Add3"] = { codepoint = 0xF851, description = "Chord 7sus4(b9)(add3)" }, + ["chordMi7"] = { codepoint = 0xF8B4, description = "Chord mi7" }, + ["noteheadBlackParens"] = { codepoint = 0xF5D1, description = "Closed notehead (parentheses)" }, + ["textEnclosureExtensionShort"] = { codepoint = 0xF817, description = "Text enclosure extension short" }, + ["noteheadBlackLV4"] = { codepoint = 0xF798, description = "Notehead black l v4" }, + ["noteHalfUpWide"] = { codepoint = 0xF605, description = "Note half up wide" }, + ["arpeggioArrowUpLong"] = { codepoint = 0xF772, description = "Arpeggio arrow up long" }, + ["enclosureParenUnderlineExtension"] = { codepoint = 0xF736, description = "Enclosure paren underline extension" }, + ["gClefNatural2Above"] = { codepoint = 0xF564, description = "G Clef (natural 2 above)" }, + ["accidentalSharpParens"] = { codepoint = 0xF5D7, description = "Sharp (parentheses)" }, + ["chordMa69#11"] = { codepoint = 0xF8A9, description = "Chord ma6/9(#11)" }, + ["chordM6"] = { codepoint = 0xF83C, description = "Chord m6" }, + ["chordM69"] = { codepoint = 0xF840, description = "Chord m6/9" }, + ["accidentalFlatSmall"] = { codepoint = 0xF713, description = "Flat (for small staves)" }, + ["chordMajorTriad"] = { codepoint = 0xF88E, description = "Chord major triad" }, + ["chord7#9#5"] = { codepoint = 0xF87B, description = "Chord 7(#9/#5)" }, + ["chord6"] = { codepoint = 0xF8D1, description = "Chord 6" }, + ["enclosureBracketExtensionShort"] = { codepoint = 0xF727, description = "Enclosure bracket extension short" }, + ["chordMi7b5"] = { codepoint = 0xF8B8, description = "Chord mi7(b5)" }, + ["guitarGolpeFlamenco"] = { codepoint = 0xF4B8, description = "Golpe (tapping the pick guard) (Vounelakos)" }, + ["chordMi69#11"] = { codepoint = 0xF8C2, description = "Chord mi6/9(#11)" }, + ["fClef19thCentury"] = { codepoint = 0xF407, description = "F clef (19th century)" }, + ["gClefFlat5Above"] = { codepoint = 0xF558, description = "G Clef (flat 5 above)" }, + ["articAccentStaccatoAboveLegacy"] = { codepoint = 0xF62B, description = "Accent-staccato above (legacy)" }, + ["flag256thDownStraight"] = { codepoint = 0xF420, description = "Combining flag 6 (256th) below (straight)" }, + ["pictLithophonePeinkofer"] = { codepoint = 0xF4A7, description = "Lithophone (Peinkofer/Tannigel)" }, + ["gClefFlat2Below"] = { codepoint = 0xF554, description = "G Clef (flat 2 below)" }, + ["chord7Alt"] = { codepoint = 0xF890, description = "Chord 7alt" }, + ["chord7#5"] = { codepoint = 0xF86D, description = "Chord 7(#5)" }, + ["chord5"] = { codepoint = 0xF8D0, description = "Chord 5" }, + ["chord69#11"] = { codepoint = 0xF844, description = "Chord 6/9(#11)" }, + ["chord7#9b9"] = { codepoint = 0xF870, description = "Chord 7(#9/b9)" }, + ["pictSleighBellSmithBrindle"] = { codepoint = 0xF43A, description = "Sleigh bell (Smith Brindle)" }, + ["cClefFrench"] = { codepoint = 0xF408, description = "C clef (French, 18th century)" }, + ["textEnclosureSegmentArrowJogUp"] = { codepoint = 0xF81B, description = "Text enclosure segment arrow jog up" }, + ["accidentalDoubleFlatParens"] = { codepoint = 0xF5D9, description = "Double flat (parentheses)" }, + ["chord#9"] = { codepoint = 0xF897, description = "Chord #9" }, + ["chord13b9"] = { codepoint = 0xF877, description = "Chord 13(b9)" }, + ["arrowDownShort"] = { codepoint = 0xF779, description = "Arrow down short" }, + ["chord7#9b13"] = { codepoint = 0xF86A, description = "Chord 7(#9/b13)" }, + ["analyticsArrowRightSegmentTall"] = { codepoint = 0xF7EC, description = "Analytics tall arrow segment (right)" }, + ["chordMa7#11"] = { codepoint = 0xF8A7, description = "Chord ma7(#11)" }, + ["accidentalJohnstonSevenFlatUp"] = { codepoint = 0xF5EC, description = "Seven-flat-up arrow (Johnston)" }, + ["chord-11b5"] = { codepoint = 0xF85C, description = "Chord -11(b5)" }, + ["flag16thUpStraight"] = { codepoint = 0xF412, description = "Combining flag 2 (16th) above (straight)" }, + ["accidentalSharpSmall"] = { codepoint = 0xF711, description = "Sharp (for small staves)" }, + ["flag16thDownStraight"] = { codepoint = 0xF414, description = "Combining flag 2 (16th) below (straight)" }, + ["tremolo5Legacy"] = { codepoint = 0xF684, description = "Tremolo 5 (legacy)" }, + ["chord9#11"] = { codepoint = 0xF874, description = "Chord 9(#11)" }, + ["noteheadSquareWhiteAltLVLegacy"] = { codepoint = 0xF8F4, description = "Notehead square white alt l v (legacy)" }, + ["chordMa9#5"] = { codepoint = 0xF8AE, description = "Chord ma9(#5)" }, + ["noteheadBlackLV9"] = { codepoint = 0xF79D, description = "Notehead black l v9" }, + ["arpeggioArrowUpMedium"] = { codepoint = 0xF771, description = "Arpeggio arrow up medium" }, + ["gClef0Below"] = { codepoint = 0xF533, description = "G Clef (0 below)" }, + ["keyboardPedalPedNoDot"] = { codepoint = 0xF434, description = "Pedal mark (no dot)" }, + ["gClefAlt3"] = { codepoint = 0xF7DA, description = "G clef alt 3" }, + ["enclosureRehersalL"] = { codepoint = 0xF82C, description = "Enclosure rehersal l" }, + ["enclosureBracketLeftShort"] = { codepoint = 0xF728, description = "Enclosure bracket left short" }, + ["accidentalDoubleSharpParens"] = { codepoint = 0xF5D8, description = "Double sharp (parentheses)" }, + ["enclosureRehersalW"] = { codepoint = 0xF837, description = "Enclosure rehersal w" }, + ["chordAdd3"] = { codepoint = 0xF8C5, description = "Chord add3" }, + ["enclosureRehersalM"] = { codepoint = 0xF82D, description = "Enclosure rehersal m" }, + ["chordD"] = { codepoint = 0xF886, description = "Chord d (diminished)" }, + ["timeSigCutCommonLarge"] = { codepoint = 0xF44B, description = "Cut time (outside staff)" }, + ["gClefSharp4Above"] = { codepoint = 0xF56E, description = "G Clef (sharp 4 above)" }, + ["brassLiftVeryShortMedIncline"] = { codepoint = 0xF75B, description = "Brass lift very short med incline" }, + ["chordLydian"] = { codepoint = 0xF853, description = "Chord lydian" }, + ["enclosureParenOverRight2"] = { codepoint = 0xF72E, description = "Enclosure paren over right 2" }, + ["enclosureBracketExtensionLong"] = { codepoint = 0xF73C, description = "Enclosure bracket extension long" }, + ["chordMa13"] = { codepoint = 0xF8A6, description = "Chord ma13" }, + ["gClef8Below"] = { codepoint = 0xF549, description = "G Clef (8 below)" }, + ["segnoJapanese"] = { codepoint = 0xF404, description = "Segno (Japanese style, rotated)" }, + ["enclosureParenOverExtensionLong"] = { codepoint = 0xF726, description = "Enclosure paren over extension long" }, + ["noteheadSquareWhiteLVLegacy"] = { codepoint = 0xF8F9, description = "Notehead square white l v (legacy)" }, + ["timeSig0Large"] = { codepoint = 0xF440, description = "Time signature 0 (outside staff)" }, + ["chorus2nd"] = { codepoint = 0xF7C5, description = "Chorus 2nd" }, + ["enclosureParenUnderlineExtensionAlt"] = { codepoint = 0xF748, description = "Enclosure paren underline extension alt" }, + ["analyticsBackwardArrowShort"] = { codepoint = 0xF7E6, description = "Analytics short arrow (left)" }, + ["enclosureParenOverExtension2"] = { codepoint = 0xF742, description = "Enclosure paren over extension 2" }, + ["chordM7b5"] = { codepoint = 0xF846, description = "Chord M7(b5)" }, + ["articMarcatoStaccatoBelowLegacy"] = { codepoint = 0xF62E, description = "Marcato-staccato below (legacy)" }, + ["chorus3rd"] = { codepoint = 0xF7C6, description = "Chorus 3rd" }, + ["chordAdd11"] = { codepoint = 0xF8C7, description = "Chord add11" }, + ["chorus4th"] = { codepoint = 0xF7C7, description = "Chorus 4th" }, + ["dynamicDiminuendoHairpinVeryLong"] = { codepoint = 0xF753, description = "Dynamic diminuendo hairpin very long" }, + ["pictTambourineStockhausen"] = { codepoint = 0xF438, description = "Tambourine (Stockhausen)" }, + ["chord7b9#5"] = { codepoint = 0xF883, description = "Chord 7(b9/#5)" }, + ["codaJapanese"] = { codepoint = 0xF405, description = "Coda (Japanese style, serif)" }, + ["conductorBeat3SimpleLegacy"] = { codepoint = 0xF7BD, description = "Conductor beat 3 simple (legacy)" }, + ["doubleTongueAboveNoSlur"] = { codepoint = 0xF42D, description = "Double-tongue above (no slur)" }, + ["dynamicCrescendoHairpinVeryLong"] = { codepoint = 0xF752, description = "Dynamic crescendo hairpin very long" }, + ["chordMa7#5"] = { codepoint = 0xF8AC, description = "Chord ma7(#5)" }, + ["noteheadSquareWhiteLegacy"] = { codepoint = 0xF613, description = "Notehead square white (legacy)" }, + ["gClefFlat11Below"] = { codepoint = 0xF54D, description = "G Clef (flat 11 below)" }, + ["chordMa7b5"] = { codepoint = 0xF8AB, description = "Chord ma7(b5)" }, + ["accidentalJohnstonSevenSharp"] = { codepoint = 0xF5E0, description = "Seven-sharp (Johnston)" }, + ["chordNo5"] = { codepoint = 0xF8C9, description = "Chord no 5th" }, + ["enclosureParenOverLeft2Alt"] = { codepoint = 0xF741, description = "Enclosure paren over left 2 alt" }, + ["noteheadVoidWithXLV1"] = { codepoint = 0xF7A2, description = "Notehead void with x l v1" }, + ["brassFallSlight"] = { codepoint = 0xF768, description = "Brass fall slight" }, + ["enclosureBracketLongExtension"] = { codepoint = 0xF72A, description = "Enclosure bracket long extension" }, + ["enclosureBracketRightLong"] = { codepoint = 0xF72B, description = "Enclosure bracket right long" }, + ["brassLiftShortMedIncline"] = { codepoint = 0xF763, description = "Brass lift short med incline" }, + ["accidentalJohnstonSevenDown"] = { codepoint = 0xF5E3, description = "Seven-down arrow (Johnston)" }, + ["analyticsArrowExtension"] = { codepoint = 0xF7EA, description = "Analytics short extension" }, + ["chordMi13"] = { codepoint = 0xF8B7, description = "Chord mi13" }, + ["fine"] = { codepoint = 0xF7C8, description = "Fine" }, + ["fClef5Below"] = { codepoint = 0xF532, description = "F clef (5 below)" }, + ["gClef5Below"] = { codepoint = 0xF543, description = "G Clef (5 below)" }, + ["enclosureBracketWavyRight"] = { codepoint = 0xF73D, description = "Enclosure bracket wavy right" }, + ["enclosureParenOverExtensionLongAlt"] = { codepoint = 0xF72D, description = "Enclosure paren over extension long alt" }, + ["analyticsModulationCombiningBracketRightShort"] = { codepoint = 0xF7E2, description = "Analytics modulation short combining bracket (right)" }, + ["enclosureClosed"] = { codepoint = 0xF74A, description = "Enclosure closed" }, + ["textEnclosureFine"] = { codepoint = 0xF81F, description = "Text enclosure fine" }, + ["enclosureParenUnderlineRight"] = { codepoint = 0xF731, description = "Enclosure paren underline right" }, + ["enclosureParenUnderlineRightLong"] = { codepoint = 0xF734, description = "Enclosure paren underline right long" }, + ["enclosureParenUnderlineRightShortLong"] = { codepoint = 0xF73A, description = "Enclosure paren underline right short long" }, + ["brassLiftVeryShortSlightIncline"] = { codepoint = 0xF759, description = "Brass lift very short slight incline" }, + ["chord#11#9"] = { codepoint = 0xF89F, description = "Chord #11/#9" }, + ["chordMi7b9b5"] = { codepoint = 0xF8BC, description = "Chord mi7(b9/b5)" }, + ["enclosureRehersalO"] = { codepoint = 0xF82F, description = "Enclosure rehersal o" }, + ["noteheadSlashDiamondWhiteLVLegacy"] = { codepoint = 0xF8FC, description = "Notehead slash diamond white l v (legacy)" }, + ["chord13b9b5"] = { codepoint = 0xF879, description = "Chord 13(b9/b5)" }, + ["chord-7b5"] = { codepoint = 0xF85A, description = "Chord -7(b5)" }, + ["enclosureRehersalX"] = { codepoint = 0xF838, description = "Enclosure rehersal x" }, + ["enclosureUnderlineLong"] = { codepoint = 0xF733, description = "Enclosure underline long" }, + ["enclosureRehersalD"] = { codepoint = 0xF824, description = "Enclosure rehersal d" }, + ["gClef7Above"] = { codepoint = 0xF546, description = "G Clef (7 above)" }, + ["accidentalNaturalSmall"] = { codepoint = 0xF712, description = "Natural (for small staves)" }, + ["ornamentTrillNaturalAboveLegacy"] = { codepoint = 0xF68D, description = "Trill natural above (legacy)" }, + ["enclosureParenOverRight2Long"] = { codepoint = 0xF746, description = "Enclosure paren over right 2 long" }, + ["chordMi11"] = { codepoint = 0xF8B6, description = "Chord mi11" }, + ["flag16thUpAlt"] = { codepoint = 0xF703, description = "Flag 16th up alt" }, + ["enclosureRehersalE"] = { codepoint = 0xF825, description = "Enclosure rehersal e" }, + ["flag1024thDownStraight"] = { codepoint = 0xF426, description = "Combining flag 8 (1024th) below (straight)" }, + ["gClefSmall"] = { codepoint = 0xF472, description = "G clef (small staff)" }, + ["fClefSmall"] = { codepoint = 0xF474, description = "F clef (small staff)" }, + ["timeSig3Large"] = { codepoint = 0xF443, description = "Time signature 3 (outside staff)" }, + ["flag512thUpStraight"] = { codepoint = 0xF421, description = "Combining flag 7 (512th) above (straight)" }, + ["chord-7b9b5"] = { codepoint = 0xF85E, description = "Chord -7(b9/b5)" }, + ["chordMi9b5"] = { codepoint = 0xF8B9, description = "Chord mi9(b5)" }, + ["chord3"] = { codepoint = 0xF8CE, description = "Chord 3" }, + ["noteheadSlashHorizontalEndsLegacy"] = { codepoint = 0xF673, description = "Notehead slash horizontal ends (legacy)" }, + ["gClef15Below"] = { codepoint = 0xF539, description = "G Clef (15 below)" }, + ["gClef4Above"] = { codepoint = 0xF540, description = "G Clef (4 above)" }, + ["gClef4Below"] = { codepoint = 0xF541, description = "G Clef (4 below)" }, + ["gClef5Above"] = { codepoint = 0xF542, description = "G Clef (5 above)" }, + ["chord9b5"] = { codepoint = 0xF873, description = "Chord 9(b5)" }, + ["enclosureParenOverExtension"] = { codepoint = 0xF724, description = "Enclosure paren over extension" }, + ["ornamentTurnNaturalBelow"] = { codepoint = 0xF5B9, description = "Turn (natural below)" }, + ["enclosureRehersalS"] = { codepoint = 0xF833, description = "Enclosure rehersal s" }, + ["chord-M7"] = { codepoint = 0xF860, description = "Chord -(M7)" }, + ["arpeggioArrowDownShort"] = { codepoint = 0xF773, description = "Arpeggio arrow down short" }, + ["pictLotusFlutePeinkofer"] = { codepoint = 0xF4AC, description = "Lotus flute (Peinkofer/Tannigel)" }, + ["gClefFlat16Below"] = { codepoint = 0xF551, description = "G Clef (flat 16 below)" }, + ["chord7"] = { codepoint = 0xF8D2, description = "Chord 7" }, + ["gClefFlat3Below"] = { codepoint = 0xF556, description = "G Clef (flat 3 below)" }, + ["gClefSharp12Below"] = { codepoint = 0xF56C, description = "G Clef (sharp 12 below)" }, + ["gClefFlat4Below"] = { codepoint = 0xF557, description = "G Clef (flat 4 below)" }, + ["gClefSharp1Above"] = { codepoint = 0xF56D, description = "G Clef (sharp 1 above)" }, + ["enclosureRehersalP"] = { codepoint = 0xF830, description = "Enclosure rehersal p" }, + ["gClefAlt"] = { codepoint = 0xF7D7, description = "G clef alt" }, + ["tripleTongueBelowNoSlur"] = { codepoint = 0xF430, description = "Triple-tongue below (no slur)" }, + ["gClefNatural9Above"] = { codepoint = 0xF56A, description = "G Clef (natural 9 above)" }, + ["enclosureParenUnderlineRightShortAlt2"] = { codepoint = 0xF749, description = "Enclosure paren underline right short alt 2" }, + ["tremolo3Alt5"] = { codepoint = 0xF7BA, description = "Tremolo 3 alt 5" }, + ["brassShakeLong"] = { codepoint = 0xF756, description = "Brass shake long" }, + ["harpMetalRodAlt"] = { codepoint = 0xF436, description = "Metal rod pictogram (alternative)" }, + ["articTenutoStaccatoAboveLegacy"] = { codepoint = 0xF62F, description = "Tenuto-staccato above (legacy)" }, + ["accidentalFlatJohnstonEl"] = { codepoint = 0xF5DD, description = "Flat-inverted seven (Johnston)" }, + ["enclosureParenUnderlineLeftAlt"] = { codepoint = 0xF735, description = "Enclosure paren underline left alt" }, + ["cClefSmall"] = { codepoint = 0xF473, description = "C clef (small staff)" }, + ["noteheadXBlack3LVLegacy"] = { codepoint = 0xF8DF, description = "Notehead x black3 l v (legacy)" }, + ["miscLegacy2"] = { codepoint = 0xF7CD, description = "Misc (legacy 2)" }, + ["note64thUpAlt"] = { codepoint = 0xF7CC, description = "Note 64th up alt" }, + ["gClefFlat10Below"] = { codepoint = 0xF54C, description = "G Clef (flat 10 below)" }, + ["flag32ndUpStraight"] = { codepoint = 0xF415, description = "Combining flag 3 (32nd) above (straight)" }, + ["brassFallRoughVeryShortMedDecline"] = { codepoint = 0xF75C, description = "Brass fall rough very short med decline" }, + ["noteheadHalfLV5"] = { codepoint = 0xF790, description = "Notehead half l v5" }, + ["harpTuningKeyAlt"] = { codepoint = 0xF437, description = "Tuning key pictogram (alternative)" }, + ["noteheadBlackLVLegacy"] = { codepoint = 0xF8D9, description = "Notehead black l v (legacy)" }, + ["enclosureParenOverExtension2Long"] = { codepoint = 0xF745, description = "Enclosure paren over extension 2 long" }, + ["accidentalJohnstonSevenFlat"] = { codepoint = 0xF5E1, description = "Seven-flat (Johnston)" }, + ["enclosureBracketWavyLeft"] = { codepoint = 0xF73B, description = "Enclosure bracket wavy left" }, + ["chord7b9b5"] = { codepoint = 0xF86E, description = "Chord7(b9/b5)" }, + ["chord-6"] = { codepoint = 0xF854, description = "Chord -6" }, } local by_codepoint = { @@ -5877,6 +6579,707 @@ local by_codepoint = { [0xEA23] = "medRenPlicaCMN", [0xE2E3] = "accidentalRaiseOneUndecimalQuartertone", [0xEAF5] = "beamAccelRit2", + -- glyphnamesFinale glyphs follow: + [0xF4AD] = "pictTomTomChinesePeinkofer", + [0xF891] = "chordOmit5", + [0xF750] = "dynamicCrescendoHairpinLong", + [0xF894] = "chordm7alt", + [0xF633] = "stringsUpBowLegacy", + [0xF5DF] = "accidentalFlatJohnstonDown", + [0xF7A6] = "noteheadVoidWithXLV5", + [0xF5E7] = "accidentalSharpJohnstonDownEl", + [0xF878] = "chord13#9", + [0xF406] = "fClefFrench", + [0xF60C] = "note16thDownWide", + [0xF600] = "noteheadDoubleWholeWide", + [0xF8ED] = "noteheadPlusBlackLVLegacy", + [0xF88B] = "chordDM7", + [0xF8B0] = "chordMin", + [0xF81D] = "textEnclosureSegmentArrowJogDown", + [0xF55C] = "gClefFlat7Below", + [0xF5DE] = "accidentalFlatJohnstonUp", + [0xF889] = "chordD7#9", + [0xF89C] = "chord#9b13", + [0xF7C2] = "miscCodaMonk", + [0xF871] = "chord7#11b9", + [0xF43C] = "pictMaracaSmithBrindle", + [0xF79E] = "noteheadCircledXLargeLV1", + [0xF888] = "chordD7b9", + [0xF7BB] = "conductorBeat2SimpleLegacy1", + [0xF704] = "flag8thDownAlt", + [0xF439] = "pictCastanetsSmithBrindle", + [0xF77A] = "arrowDownMedium", + [0xF819] = "textEnclosureSegmentCUrvedArrowShort", + [0xF611] = "noteheadXBlackLegacy", + [0xF4B0] = "pictBongosPeinkofer", + [0xF8BB] = "chordMi13#11", + [0xF8AA] = "chordMa13#11", + [0xF774] = "arpeggioArrowDownMedium", + [0xF8F5] = "noteheadTriangleLeftWhiteLVLegacy", + [0xF547] = "gClef7Below", + [0xF72F] = "enclosureParenUnderlineLeft", + [0xF55D] = "gClefFlat8Above", + [0xF53F] = "gClef3Below", + [0xF8CA] = "chordMa69", + [0xF715] = "accidentalDoubleSharpParenthesesSmall", + [0xF842] = "chordM9#11", + [0xF536] = "gClef12Below", + [0xF862] = "chord-11M7", + [0xF781] = "noteheadHalfDouble", + [0xF43B] = "pictCowBellBerio", + [0xF835] = "enclosureRehersalU", + [0xF887] = "chordD7", + [0xF683] = "tremolo4Legacy", + [0xF8D8] = "noteheadHalfLVLegacy", + [0xF8B3] = "chordMi69", + [0xF843] = "chordM69#11", + [0xF5B2] = "ornamentTrillFlatAbove", + [0xF78F] = "noteheadHalfLV4", + [0xF8D6] = "chord13", + [0xF5E6] = "accidentalSharpJohnstonUpEl", + [0xF8D4] = "chord9", + [0xF7A7] = "noteheadVoidWithXLV6", + [0xF62D] = "articMarcatoStaccatoAboveLegacy", + [0xF82E] = "enclosureRehersalN", + [0xF55A] = "gClefFlat6Below", + [0xF689] = "noteheadDoubleWholeLongWings", + [0xF424] = "flag1024thUpStraight", + [0xF87E] = "chord+9", + [0xF78D] = "noteheadHalfLV2", + [0xF778] = "arrowUpLong", + [0xF78E] = "noteheadHalfLV3", + [0xF83F] = "chordM13", + [0xF8C4] = "chordAdd2", + [0xF872] = "chord7#11#9", + [0xF83A] = "enclosureRehersalZ", + [0xF8E0] = "noteheadSquareBlackLVLegacy", + [0xF831] = "enclosureRehersalQ", + [0xF780] = "noteheadwholeDouble", + [0xF765] = "laissezVibrer", + [0xF636] = "articTenutoStaccatoBelowLegacy", + [0xF41B] = "flag128thUpStraight", + [0xF686] = "miscEyeglassesAlt2", + [0xF740] = "enclosureBracketWavyRightLong", + [0xF714] = "accidentalDoubleFlatSmall", + [0xF822] = "enclosureRehersalB", + [0xF88D] = "chordH-d7", + [0xF87C] = "chord+7#9", + [0xF7E5] = "analyticsModulationCombiningBracketRight", + [0xF7ED] = "analyticsArrowSegmentRight", + [0xF89A] = "chord#9b5", + [0xF85F] = "chord-11b9b5", + [0xF79C] = "noteheadBlackLV8", + [0xF615] = "noteheadSquareBlackLegacy", + [0xF4A6] = "pictVibMotorOffPeinkofer", + [0xF812] = "textEnclosureSegmentExtension", + [0xF84D] = "chord7Sus", + [0xF826] = "enclosureRehersalF", + [0xF841] = "chordM7#11", + [0xF569] = "gClefNatural7Above", + [0xF869] = "chord7b9b13", + [0xF628] = "noteheadSlashVerticalEndsLegacy", + [0xF8EB] = "noteheadCircledBlackLargeLVLegacy", + [0xF53D] = "gClef2Below", + [0xF788] = "noteheadWholeLV6", + [0xF8B5] = "chordMi9", + [0xF4AF] = "pictBassDrumPeinkofer", + [0xF87A] = "chord13#11", + [0xF845] = "chordM13#11", + [0xF859] = "chord-13", + [0xF8F8] = "noteheadDiamondWholeOldLVLegacy", + [0xF8CD] = "chord2", + [0xF5DB] = "accidentalSharpJohnstonUp", + [0xF674] = "repeat1BarLegacy", + [0xF86F] = "chord7#9b5", + [0xF7AA] = "noteheadSlashWhiteWholeLegacy", + [0xF60B] = "note16thUpWide", + [0xF5E2] = "accidentalJohnstonSevenUp", + [0xF766] = "restHBarAngled", + [0xF7B7] = "tremolo3Alt2", + [0xF744] = "enclosureParenOverLeft2Long", + [0xF84B] = "chordSus4", + [0xF797] = "noteheadBlackLV3", + [0xF5D6] = "accidentalNaturalParens", + [0xF53E] = "gClef3Above", + [0xF762] = "brassFallRoughShortSlightDecline", + [0xF814] = "textEnclosureCurvedArrow", + [0xF7E3] = "analyticsLongExtension", + [0xF892] = "chordOmit3", + [0xF710] = "accidentalDoubleSharpSmall", + [0xF7E9] = "analyticsArrowRightSegment", + [0xF8C8] = "chordNo3rd", + [0xF618] = "noteheadTriangleLeftWhiteLegacy", + [0xF739] = "enclosureParenUnderlineExtensionLong", + [0xF707] = "noteQuarterDownSmall", + [0xF880] = "chord+M9", + [0xF863] = "chord-9M7#11", + [0xF607] = "noteQuarterUpWide", + [0xF56F] = "gClefSharp5Below", + [0xF8DC] = "noteheadCircleX3LVLegacy", + [0xF7AD] = "noteheadXLV2", + [0xF7A1] = "noteheadCircledXLargeLV4", + [0xF561] = "gClefNatural10Below", + [0xF4AB] = "pictMarPeinkofer", + [0xF718] = "accidentalFlatParenthesesSmall", + [0xF8CC] = "chord1", + [0xF548] = "gClef8Above", + [0xF4A2] = "accidentalTripleFlatJoinedStems", + [0xF84F] = "chord7Sus4", + [0xF604] = "noteheadBlackWide", + [0xF821] = "enclosureRehersalA", + [0xF5B4] = "ornamentTrillSharpAbove", + [0xF792] = "noteheadHalfLV7", + [0xF5DC] = "accidentalSharpJohnstonDown", + [0xF43F] = "noteheadDoubleWholeAlt2", + [0xF4A3] = "pictXylBassPeinkofer", + [0xF41E] = "flag256thUpStraight", + [0xF608] = "noteQuarterDownWide", + [0xF538] = "gClef14Below", + [0xF40F] = "flag8thUpStraight", + [0xF776] = "arrowUpShort", + [0xF8A4] = "chordMa7", + [0xF827] = "enclosureRehersalG", + [0xF8E3] = "noteheadDiamondBlackLVLegacy", + [0xF8B2] = "chordMi6", + [0xF834] = "enclosureRehersalT", + [0xF850] = "chord7Sus4b9", + [0xF688] = "handbellsGyroAlt", + [0xF565] = "gClefNatural3Above", + [0xF88A] = "chordDimM7", + [0xF568] = "gClefNatural6Below", + [0xF751] = "dynamicDiminuendoHairpinLong", + [0xF811] = "textEnclosureSegmentJogUp", + [0xF4A1] = "accidentalDoubleFlatJoinedStems", + [0xF40B] = "6stringTabClefSerif", + [0xF417] = "flag32ndDownStraight", + [0xF40D] = "4stringTabClefSerif", + [0xF563] = "gClefNatural17Below", + [0xF789] = "noteheadWholeLV7", + [0xF5BB] = "ornamentTurnSharpAboveFlatBelow", + [0xF738] = "enclosureParenUnderlineLeftLongAlt", + [0xF8E9] = "noteheadTriangleDownBlackLVLegacy", + [0xF4B9] = "analyticsHauptrhythmusR", + [0xF832] = "enclosureRehersalR", + [0xF7E0] = "analyticsModulationCombiningBracketLeft", + [0xF630] = "articTenutoAccentAboveLegacy", + [0xF858] = "chord-11", + [0xF7B1] = "noteheadXLV6", + [0xF868] = "chord7#9", + [0xF706] = "noteQuarterUpSmall", + [0xF7CB] = "textBlackNoteMiddleTripletNote", + [0xF445] = "timeSig5Large", + [0xF820] = "legacyX", + [0xF619] = "noteheadTriangleRightWhiteLegacy", + [0xF782] = "noteheadBlackDouble", + [0xF829] = "enclosureRehersalI", + [0xF7A0] = "noteheadCircledXLargeLV3", + [0xF852] = "chordSus2", + [0xF74C] = "noteheadParenthesisAlt", + [0xF627] = "noteheadPlusBlackLegacy", + [0xF41A] = "flag64thDownStraight", + [0xF716] = "accidentalSharpParenthesesSmall", + [0xF89E] = "chord#11b9", + [0xF796] = "noteheadBlackLV2", + [0xF7AE] = "noteheadXLV3", + [0xF60A] = "note8thDownWide", + [0xF537] = "gClef13Below", + [0xF839] = "enclosureRehersalY", + [0xF760] = "brassFallRoughVeryShortFastDecline", + [0xF847] = "chordM7#5", + [0xF864] = "chord-69#11", + [0xF632] = "articAccentAboveLegacy", + [0xF8A8] = "chordMa9#11", + [0xF87F] = "chord+M7", + [0xF737] = "enclosureParenUnderlineRightShort", + [0xF8DA] = "noteheadCircleX1LVLegacy", + [0xF61A] = "noteheadTriangleUpRightWhiteLegacy", + [0xF54E] = "gClefFlat13Below", + [0xF77B] = "arrowDownLong", + [0xF79B] = "noteheadBlackLV7", + [0xF53C] = "gClef2Above", + [0xF5EB] = "accidentalFlatJohnstonElDown", + [0xF400] = "braceSmall", + [0xF856] = "chord-7", + [0xF562] = "gClefNatural13Below", + [0xF8F7] = "noteheadCircledHalfLargeLVLegacy", + [0xF432] = "pluckedSnapPizzicatoBelowGerman", + [0xF702] = "flag8thUpAlt3", + [0xF84E] = "chord9Sus", + [0xF423] = "flag512thDownStraight", + [0xF4B5] = "pictGuiroPeinkofer", + [0xF446] = "timeSig6Large", + [0xF8EF] = "noteheadTriangleUpWhiteLVLegacy", + [0xF866] = "chord+7b9", + [0xF815] = "textEnclosureCurvedArrowWHook", + [0xF7E4] = "analyticsModulationCombiningBracketCenter2", + [0xF675] = "repeat2BarLegacy", + [0xF544] = "gClef6Above", + [0xF799] = "noteheadBlackLV5", + [0xF687] = "handbellsEcho1Alt", + [0xF55E] = "gClefFlat9Above", + [0xF85B] = "chord-9b5", + [0xF550] = "gClefFlat15Below", + [0xF729] = "enclosureBracketLeftLong", + [0xF775] = "arpeggioArrowDownLong", + [0xF721] = "enclosureBracketExtension", + [0xF8CB] = "chord0", + [0xF865] = "chord-Add2", + [0xF7D6] = "textBlackNoteFracSingle16th", + [0xF767] = "brassLiftSlight", + [0xF7D8] = "fClefAlt1", + [0xF87D] = "chord+7", + [0xF8E8] = "noteheadTriangleRightBlackLVLegacy", + [0xF82B] = "enclosureRehersalK", + [0xF7EB] = "analyticsBackwardArrowRightSegmentTall", + [0xF758] = "brassFallSmoothVeryLong", + [0xF7A4] = "noteheadVoidWithXLV3", + [0xF4B2] = "pictTomTomPeinkofer", + [0xF555] = "gClefFlat3Above", + [0xF8F6] = "noteheadWhiteParenthesisLVLegacy", + [0xF8BD] = "chordMi11b9b5", + [0xF743] = "enclosureParenOverRight2Alt", + [0xF8EC] = "noteheadDiamondBlackLVLegacyAlt", + [0xF8B1] = "chordMi", + [0xF8F0] = "noteheadDiamondHalfWideLVLegacy", + [0xF8BE] = "chordMiM7", + [0xF8E7] = "noteheadTriangleLeftBlackLVLegacy", + [0xF616] = "noteheadTriangleUpWhiteLegacy", + [0xF418] = "flag64thUpStraight", + [0xF725] = "enclosureParenOverRight", + [0xF566] = "gClefNatural3Below", + [0xF89B] = "chordb9b13", + [0xF7E1] = "analyticsModulationCombiningBracketRightLong", + [0xF8CF] = "chord4", + [0xF54F] = "gClefFlat14Below", + [0xF757] = "brassLiftSmoothVeryLong", + [0xF848] = "chordM9b5", + [0xF8A5] = "chordMa9", + [0xF882] = "chord7#11#9Alt", + [0xF401] = "braceLarge", + [0xF8AD] = "chordMa9b5", + [0xF784] = "noteheadWholeLV2", + [0xF885] = "chordDim7", + [0xF612] = "noteheadCircledXLargeLegacy", + [0xF67F] = "ventiduesimaBassaMbLegacy", + [0xF791] = "noteheadHalfLV6", + [0xF552] = "gClefFlat1Below", + [0xF8F1] = "noteheadTriangleUpRightWhiteLVLegacy", + [0xF7EE] = "analyticsArrowShort", + [0xF4A9] = "pictXylPeinkofer", + [0xF7DB] = "gClefAlt4", + [0xF857] = "chord-9", + [0xF8A1] = "chordMaj", + [0xF8A0] = "chordM7#11Alt", + [0xF795] = "noteheadBlackLV1", + [0xF75A] = "brassFallRoughVeryShortSlightDecilne", + [0xF74B] = "enclosureClosedLong", + [0xF867] = "chord7b9", + [0xF8C3] = "chordMiAdd2", + [0xF8A3] = "chordMa6", + [0xF764] = "brassFallRoughShortMedDecline", + [0xF4B4] = "pictGuiroSevsay", + [0xF74F] = "metSwing", + [0xF83D] = "chordM7", + [0xF876] = "chord13b5", + [0xF75F] = "brassVeryLiftShort", + [0xF402] = "braceLarger", + [0xF7B6] = "tremolo3Alt1", + [0xF68E] = "ornamentTrillSharpAboveLegacy", + [0xF55B] = "gClefFlat7Above", + [0xF818] = "textEnclosureSegmentExtensionLong", + [0xF722] = "enclosureBracketRight", + [0xF861] = "chord-9M7", + [0xF786] = "noteheadWholeLV4", + [0xF761] = "brassLiftShortSlightIncline", + [0xF73E] = "enclosureBracketWavyLeftLong", + [0xF717] = "accidentalNaturalParenthesesSmall", + [0xF88F] = "chordMajorTriadb5", + [0xF40A] = "6stringTabClefTall", + [0xF603] = "noteheadHalfWide", + [0xF79A] = "noteheadBlackLV6", + [0xF40C] = "4stringTabClefTall", + [0xF601] = "noteheadDoubleWholeAltWide", + [0xF5ED] = "accidentalJohnstonSevenFlatDown", + [0xF85D] = "chord-13#11", + [0xF53A] = "gClef16Below", + [0xF431] = "stringsChangeBowDirectionLiga", + [0xF84A] = "chordSus", + [0xF7C1] = "miscLegacy1", + [0xF7A3] = "noteheadVoidWithXLV2", + [0xF723] = "enclosureParenOverLeft", + [0xF7E7] = "analyticsBackwardArrowLeftSegment", + [0xF67D] = "ventiduesimaLegacy", + [0xF67E] = "ventiduesimaAltaLegacy", + [0xF409] = "unpitchedPercussionClef1Alt", + [0xF787] = "noteheadWholeLV5", + [0xF567] = "gClefNatural6Above", + [0xF677] = "ottavaAltaLegacy", + [0xF86B] = "chord7b5", + [0xF42F] = "tripleTongueAboveNoSlur", + [0xF41D] = "flag128thDownStraight", + [0xF56B] = "gClefNatural9Below", + [0xF83E] = "chordM9", + [0xF7B9] = "tremolo3Alt4", + [0xF403] = "braceFlat", + [0xF44A] = "timeSigCommonLarge", + [0xF7B8] = "tremolo3Alt3", + [0xF629] = "noteheadRoundWhiteLegacy", + [0xF7AF] = "noteheadXLV4", + [0xF681] = "tremolo2Alt", + [0xF680] = "tremolo1Alt", + [0xF44C] = "timeSigPlusLarge", + [0xF631] = "articTenutoAccentBelowLegacy", + [0xF8A2] = "chordMa", + [0xF449] = "timeSig9Large", + [0xF448] = "timeSig8Large", + [0xF447] = "timeSig7Large", + [0xF444] = "timeSig4Large", + [0xF895] = "chordb5", + [0xF442] = "timeSig2Large", + [0xF441] = "timeSig1Large", + [0xF78B] = "noteheadWholeLV9", + [0xF84C] = "chordSus4b9", + [0xF8E1] = "noteheadTriangleBlackLVLegacy", + [0xF816] = "textEnclosureSegmentLeftHook", + [0xF7E8] = "analyticsBackwardArrowRightSegment", + [0xF810] = "textEnclosureSegmentJogDown", + [0xF8E2] = "noteheadMoonBlackLVLegacy", + [0xF81A] = "textEnclosureSegmentCurvedArrowLong", + [0xF836] = "enclosureRehersalV", + [0xF72C] = "enclosureParenOverLeft2", + [0xF8DB] = "noteheadCircleX2LVLegacy", + [0xF81C] = "textEnclosureSegmentArrowJogOver", + [0xF81E] = "textEnclosureSegmentArrowDown", + [0xF813] = "textEnclosureSegmentArrow", + [0xF898] = "chord#11", + [0xF435] = "keyboardPedalSostNoDot", + [0xF61B] = "noteheadMoonWhiteLegacy", + [0xF42E] = "doubleTongueBelowNoSlur", + [0xF8BF] = "chordMi9M7", + [0xF8C0] = "chordMi11M7", + [0xF5E9] = "accidentalJohnstonSevenSharpDown", + [0xF88C] = "chordH-d", + [0xF7D9] = "gClefAlt2", + [0xF4B1] = "pictCongaPeinkofer", + [0xF7CA] = "textBlackNoteRightFacing16thBeam", + [0xF7D3] = "textBlackNoteFrac8thLongBeam", + [0xF7D5] = "textBlackNoteFrac32ndLongBeam", + [0xF535] = "gClef11Below", + [0xF670] = "restWholeLegacy", + [0xF8BA] = "chordMi11b5", + [0xF634] = "stringsDownBowLegacy", + [0xF43E] = "stringsChangeBowDirectionImposed", + [0xF8D3] = "chord8", + [0xF7D4] = "textBlackNoteFrac16thLongBeam", + [0xF7DC] = "restQuarterAlt1", + [0xF45C] = "repeatRightLeftThick", + [0xF67B] = "quindicesimaLegacy2", + [0xF67A] = "quindicesimaLegacy", + [0xF5D2] = "noteheadHalfParens", + [0xF747] = "enclosureParenUnderlineLeftAlt2", + [0xF67C] = "quindicesimaBassaMbLegacy", + [0xF433] = "pluckedSnapPizzicatoAboveGerman", + [0xF55F] = "gClefFlat9Below", + [0xF43D] = "mensuralProportion4Old", + [0xF4A4] = "pictXylTenorPeinkofer", + [0xF4A5] = "pictVibPeinkofer", + [0xF5B8] = "ornamentTurnNaturalAbove", + [0xF4A8] = "pictTubaphonePeinkofer", + [0xF4AE] = "pictTimpaniPeinkofer", + [0xF4B3] = "pictTimbalesPeinkofer", + [0xF896] = "chord#5", + [0xF8EA] = "noteheadBlackParenthesisLVLegacy", + [0xF730] = "enclosureUnderlineExtension", + [0xF7BC] = "conductorBeat2SimpleLegacy2", + [0xF7C4] = "chorus1st", + [0xF823] = "enclosureRehersalC", + [0xF83B] = "chord69", + [0xF884] = "chordDim", + [0xF4B7] = "pictMusicalSawPeinkofer", + [0xF881] = "chordAug", + [0xF849] = "chordM9#5", + [0xF62A] = "pictHalfOpen2Legacy", + [0xF719] = "accidentalDoubleFlatParenthesesSmall", + [0xF4AA] = "pictGlspPeinkofer", + [0xF609] = "note8thUpWide", + [0xF553] = "gClefFlat2Above", + [0xF4B6] = "pictFlexatonePeinkofer", + [0xF68A] = "noteheadDoubleWholeAltLongWings", + [0xF676] = "ottavaLegacy", + [0xF5BA] = "ornamentTurnSharpAbove", + [0xF5E5] = "accidentalJohnstonDownEl", + [0xF606] = "noteHalfDownWide", + [0xF625] = "noteheadDiamondWhiteLegacy", + [0xF678] = "ottavaBassaVbLegacy", + [0xF679] = "ottavaBassaBaLegacy", + [0xF614] = "noteheadSquareWhiteLegacy2", + [0xF732] = "enclosureParenUnderlineLeftLong", + [0xF5BC] = "ornamentTurnSharpBelow", + [0xF545] = "gClef6Below", + [0xF5B7] = "ornamentTurnFlatBelow", + [0xF5B6] = "ornamentTurnFlatAboveSharpBelow", + [0xF8C1] = "chordMi9M7#11", + [0xF5B5] = "ornamentTurnFlatAbove", + [0xF8D5] = "chord11", + [0xF5B3] = "ornamentTrillNaturalAbove", + [0xF8C6] = "chordAdd9", + [0xF559] = "gClefFlat6Above", + [0xF68C] = "ornamentTrillFlatAboveLegacy", + [0xF5EA] = "accidentalFlatJohnstonUpEl", + [0xF7B3] = "noteheadXLV8", + [0xF7B2] = "noteheadXLV7", + [0xF624] = "noteheadSquareWhiteLegacy3", + [0xF705] = "flag16thDownAlt", + [0xF7B0] = "noteheadXLV5", + [0xF7AC] = "noteheadXLV1", + [0xF7C3] = "miscCodaLogo", + [0xF720] = "enclosureBracketLeft", + [0xF8E5] = "noteheadSquareBlackLVLegacyAlt", + [0xF8DE] = "noteheadXBlack2LVLegacy", + [0xF8DD] = "noteheadXBlack1LVLegacy", + [0xF602] = "noteheadWholeWide", + [0xF5D3] = "noteheadWholeParens", + [0xF8D7] = "noteheadWholeLVJazz", + [0xF78A] = "noteheadWholeLV8", + [0xF617] = "noteheadTriangleDownWhiteLegacy", + [0xF785] = "noteheadWholeLV3", + [0xF783] = "noteheadWholeLV1", + [0xF534] = "gClef10Below", + [0xF7A9] = "noteheadVoidWithXLV8", + [0xF635] = "breathMarkCommaLegacy", + [0xF8FB] = "noteheadRoundWhiteLVLegacy", + [0xF7A5] = "noteheadVoidWithXLV4", + [0xF685] = "miscEyeglassesAlt1", + [0xF86C] = "chord7#11", + [0xF5E8] = "accidentalJohnstonSevenSharpUp", + [0xF8E4] = "noteheadTriangleUpRightBlackLVLegacy", + [0xF78C] = "noteheadHalfLV1", + [0xF560] = "gClefNat2Below", + [0xF61C] = "noteheadTriangleRoundDownWhiteLegacy", + [0xF8F2] = "noteheadTriangleRoundDownWhiteLVLegacy", + [0xF8E6] = "noteheadTriangleRoundDownBlackLVLegacy", + [0xF54A] = "gClef9Above", + [0xF8F3] = "noteheadTriangleRightWhiteLVLegacy", + [0xF8FA] = "noteheadTriangleDownWhiteLVLegacy", + [0xF828] = "enclosureRehersalH", + [0xF700] = "arpeggioVerticalSegment", + [0xF7D2] = "textTripletBracketFull", + [0xF610] = "dynamicSforzandoLegacy", + [0xF53B] = "gClef17Below", + [0xF899] = "chordb9b5", + [0xF777] = "arrowUpMedium", + [0xF5D4] = "noteheadDoubleWholeParens", + [0xF8FE] = "fretboard6StringLegacy", + [0xF626] = "noteheadDiamondWhiteWideLegacy", + [0xF89D] = "chord#9b9", + [0xF411] = "flag8thDownStraight", + [0xF770] = "arpeggioArrowUpShort", + [0xF893] = "chordb9", + [0xF701] = "flag8thUpAlt2", + [0xF875] = "chord9#5", + [0xF5DA] = "accidentalSharpJohnstonEl", + [0xF40E] = "noteheadDoubleWholeAlt", + [0xF682] = "tremolo3Alt", + [0xF769] = "flag8thDownAlt2", + [0xF7CE] = "miscLegacy3", + [0xF7A8] = "noteheadVoidWithXLV7", + [0xF45B] = "accdnPushAlt", + [0xF8EE] = "noteheadMoonWhiteLVLegacy", + [0xF54B] = "gClef9Below", + [0xF794] = "noteheadHalfLV9", + [0xF62C] = "articAccentStaccatoBelowLegacy", + [0xF855] = "chord-69", + [0xF79F] = "noteheadCircledXLargeLV2", + [0xF5E4] = "accidentalJohnstonUpEl", + [0xF793] = "noteheadHalfLV8", + [0xF82A] = "enclosureRehersalJ", + [0xF5D5] = "accidentalFlatParens", + [0xF851] = "chord7Sus4b9Add3", + [0xF8B4] = "chordMi7", + [0xF5D1] = "noteheadBlackParens", + [0xF817] = "textEnclosureExtensionShort", + [0xF798] = "noteheadBlackLV4", + [0xF605] = "noteHalfUpWide", + [0xF772] = "arpeggioArrowUpLong", + [0xF736] = "enclosureParenUnderlineExtension", + [0xF564] = "gClefNatural2Above", + [0xF5D7] = "accidentalSharpParens", + [0xF8A9] = "chordMa69#11", + [0xF83C] = "chordM6", + [0xF840] = "chordM69", + [0xF713] = "accidentalFlatSmall", + [0xF88E] = "chordMajorTriad", + [0xF87B] = "chord7#9#5", + [0xF8D1] = "chord6", + [0xF727] = "enclosureBracketExtensionShort", + [0xF8B8] = "chordMi7b5", + [0xF4B8] = "guitarGolpeFlamenco", + [0xF8C2] = "chordMi69#11", + [0xF407] = "fClef19thCentury", + [0xF558] = "gClefFlat5Above", + [0xF62B] = "articAccentStaccatoAboveLegacy", + [0xF420] = "flag256thDownStraight", + [0xF4A7] = "pictLithophonePeinkofer", + [0xF554] = "gClefFlat2Below", + [0xF890] = "chord7Alt", + [0xF86D] = "chord7#5", + [0xF8D0] = "chord5", + [0xF844] = "chord69#11", + [0xF870] = "chord7#9b9", + [0xF43A] = "pictSleighBellSmithBrindle", + [0xF408] = "cClefFrench", + [0xF81B] = "textEnclosureSegmentArrowJogUp", + [0xF5D9] = "accidentalDoubleFlatParens", + [0xF897] = "chord#9", + [0xF877] = "chord13b9", + [0xF779] = "arrowDownShort", + [0xF86A] = "chord7#9b13", + [0xF7EC] = "analyticsArrowRightSegmentTall", + [0xF8A7] = "chordMa7#11", + [0xF5EC] = "accidentalJohnstonSevenFlatUp", + [0xF85C] = "chord-11b5", + [0xF412] = "flag16thUpStraight", + [0xF711] = "accidentalSharpSmall", + [0xF414] = "flag16thDownStraight", + [0xF684] = "tremolo5Legacy", + [0xF874] = "chord9#11", + [0xF8F4] = "noteheadSquareWhiteAltLVLegacy", + [0xF8AE] = "chordMa9#5", + [0xF79D] = "noteheadBlackLV9", + [0xF771] = "arpeggioArrowUpMedium", + [0xF533] = "gClef0Below", + [0xF434] = "keyboardPedalPedNoDot", + [0xF7DA] = "gClefAlt3", + [0xF82C] = "enclosureRehersalL", + [0xF728] = "enclosureBracketLeftShort", + [0xF5D8] = "accidentalDoubleSharpParens", + [0xF837] = "enclosureRehersalW", + [0xF8C5] = "chordAdd3", + [0xF82D] = "enclosureRehersalM", + [0xF886] = "chordD", + [0xF44B] = "timeSigCutCommonLarge", + [0xF56E] = "gClefSharp4Above", + [0xF75B] = "brassLiftVeryShortMedIncline", + [0xF853] = "chordLydian", + [0xF72E] = "enclosureParenOverRight2", + [0xF73C] = "enclosureBracketExtensionLong", + [0xF8A6] = "chordMa13", + [0xF549] = "gClef8Below", + [0xF404] = "segnoJapanese", + [0xF726] = "enclosureParenOverExtensionLong", + [0xF8F9] = "noteheadSquareWhiteLVLegacy", + [0xF440] = "timeSig0Large", + [0xF7C5] = "chorus2nd", + [0xF748] = "enclosureParenUnderlineExtensionAlt", + [0xF7E6] = "analyticsBackwardArrowShort", + [0xF742] = "enclosureParenOverExtension2", + [0xF846] = "chordM7b5", + [0xF62E] = "articMarcatoStaccatoBelowLegacy", + [0xF7C6] = "chorus3rd", + [0xF8C7] = "chordAdd11", + [0xF7C7] = "chorus4th", + [0xF753] = "dynamicDiminuendoHairpinVeryLong", + [0xF438] = "pictTambourineStockhausen", + [0xF883] = "chord7b9#5", + [0xF405] = "codaJapanese", + [0xF7BD] = "conductorBeat3SimpleLegacy", + [0xF42D] = "doubleTongueAboveNoSlur", + [0xF752] = "dynamicCrescendoHairpinVeryLong", + [0xF8AC] = "chordMa7#5", + [0xF613] = "noteheadSquareWhiteLegacy", + [0xF54D] = "gClefFlat11Below", + [0xF8AB] = "chordMa7b5", + [0xF5E0] = "accidentalJohnstonSevenSharp", + [0xF8C9] = "chordNo5", + [0xF741] = "enclosureParenOverLeft2Alt", + [0xF7A2] = "noteheadVoidWithXLV1", + [0xF768] = "brassFallSlight", + [0xF72A] = "enclosureBracketLongExtension", + [0xF72B] = "enclosureBracketRightLong", + [0xF763] = "brassLiftShortMedIncline", + [0xF5E3] = "accidentalJohnstonSevenDown", + [0xF7EA] = "analyticsArrowExtension", + [0xF8B7] = "chordMi13", + [0xF7C8] = "fine", + [0xF532] = "fClef5Below", + [0xF543] = "gClef5Below", + [0xF73D] = "enclosureBracketWavyRight", + [0xF72D] = "enclosureParenOverExtensionLongAlt", + [0xF7E2] = "analyticsModulationCombiningBracketRightShort", + [0xF74A] = "enclosureClosed", + [0xF81F] = "textEnclosureFine", + [0xF731] = "enclosureParenUnderlineRight", + [0xF734] = "enclosureParenUnderlineRightLong", + [0xF73A] = "enclosureParenUnderlineRightShortLong", + [0xF759] = "brassLiftVeryShortSlightIncline", + [0xF89F] = "chord#11#9", + [0xF8BC] = "chordMi7b9b5", + [0xF82F] = "enclosureRehersalO", + [0xF8FC] = "noteheadSlashDiamondWhiteLVLegacy", + [0xF879] = "chord13b9b5", + [0xF85A] = "chord-7b5", + [0xF838] = "enclosureRehersalX", + [0xF733] = "enclosureUnderlineLong", + [0xF824] = "enclosureRehersalD", + [0xF546] = "gClef7Above", + [0xF712] = "accidentalNaturalSmall", + [0xF68D] = "ornamentTrillNaturalAboveLegacy", + [0xF746] = "enclosureParenOverRight2Long", + [0xF8B6] = "chordMi11", + [0xF703] = "flag16thUpAlt", + [0xF825] = "enclosureRehersalE", + [0xF426] = "flag1024thDownStraight", + [0xF472] = "gClefSmall", + [0xF474] = "fClefSmall", + [0xF443] = "timeSig3Large", + [0xF421] = "flag512thUpStraight", + [0xF85E] = "chord-7b9b5", + [0xF8B9] = "chordMi9b5", + [0xF8CE] = "chord3", + [0xF673] = "noteheadSlashHorizontalEndsLegacy", + [0xF539] = "gClef15Below", + [0xF540] = "gClef4Above", + [0xF541] = "gClef4Below", + [0xF542] = "gClef5Above", + [0xF873] = "chord9b5", + [0xF724] = "enclosureParenOverExtension", + [0xF5B9] = "ornamentTurnNaturalBelow", + [0xF833] = "enclosureRehersalS", + [0xF860] = "chord-M7", + [0xF773] = "arpeggioArrowDownShort", + [0xF4AC] = "pictLotusFlutePeinkofer", + [0xF551] = "gClefFlat16Below", + [0xF8D2] = "chord7", + [0xF556] = "gClefFlat3Below", + [0xF56C] = "gClefSharp12Below", + [0xF557] = "gClefFlat4Below", + [0xF56D] = "gClefSharp1Above", + [0xF830] = "enclosureRehersalP", + [0xF7D7] = "gClefAlt", + [0xF430] = "tripleTongueBelowNoSlur", + [0xF56A] = "gClefNatural9Above", + [0xF749] = "enclosureParenUnderlineRightShortAlt2", + [0xF7BA] = "tremolo3Alt5", + [0xF756] = "brassShakeLong", + [0xF436] = "harpMetalRodAlt", + [0xF62F] = "articTenutoStaccatoAboveLegacy", + [0xF5DD] = "accidentalFlatJohnstonEl", + [0xF735] = "enclosureParenUnderlineLeftAlt", + [0xF473] = "cClefSmall", + [0xF8DF] = "noteheadXBlack3LVLegacy", + [0xF7CD] = "miscLegacy2", + [0xF7CC] = "note64thUpAlt", + [0xF54C] = "gClefFlat10Below", + [0xF415] = "flag32ndUpStraight", + [0xF75C] = "brassFallRoughVeryShortMedDecline", + [0xF790] = "noteheadHalfLV5", + [0xF437] = "harpTuningKeyAlt", + [0xF8D9] = "noteheadBlackLVLegacy", + [0xF745] = "enclosureParenOverExtension2Long", + [0xF5E1] = "accidentalJohnstonSevenFlat", + [0xF73B] = "enclosureBracketWavyLeft", + [0xF86E] = "chord7b9b5", + [0xF854] = "chord-6", } --[[