neoscore.core.music_char
- class neoscore.core.music_char.MusicChar[source]
Bases:
object
A SMuFL music character.
Note that measurements in the contained metadata may have slight errors and should be used with caution when high precision is needed.
- glyph_name: str
The canonical SMuFL name of the glyph
- alternate_number: Optional[int] = None
An SMuFL alternate glyph code, if applicable.
- glyph_info
SMuFL metadata for this character
- property codepoint: str
The glyph’s SMuFL codepoint.
This is a convenience property for
glyph_info.codepoint