Protected
boundingChange the color of a note (without re-rendering). See ColoringOptions for options like applyToBeams etc. This requires the SVG backend (default, instead of canvas backend).
Toggle visibility of the note, making it and its stem and beams invisible for false
.
By default, this will also hide the note's slurs and ties (see visibilityOptions).
(This only works with the default SVG backend, not with the Canvas backend/renderer)
To get a GraphicalNote from a Note, use osmd.EngravingRules.GNote(note).
Static
FromGet a GraphicalNote from a Note. Use osmd.rules as the second parameter (instance reference). Also more easily available via osmd.rules.GNote(note).
The graphical counterpart of a [[Note]]