Calculate x offsets for overlapping string and fingering modifiers in a chord.
Calculates the staff entry positions from the VexFlow stave information and the tickabels inside the staff. This is needed in order to set the OSMD staff entries (which are almost the same as tickables) to the correct positions. It is also needed to be done after formatting!
Search through all GraphicalNotes to find the suitable one for an StartSlurNote (that 's also an EndTieNote).
Find or creates the list of GraphicalNotes in case of a VoiceEntry (not from TiedNote).
Find or creates the list of GraphicalNotes in case of a TiedNote.
Return the [[StaffEntry]]'s Minimum NoteLength.
Search through all the GraphicalNotes to find the suitable one for a TieEndNote.
Find the [[StaffEntry]]'s GraphicalNotes that correspond to the given VoiceEntry's Notes.
Calculate the absolute Timestamp.
Highest Y around the staff entry and notes in OSMD units (pixels / 10). Note that negative y is up.
Lowest Y around the staff entry and notes in OSMD units (pixels / 10). Note that positive y is down.
Returns true if this staff entry has only rests
Check if the given VoiceEntry is part of the [[StaffEntry]]'s Linked VoiceEntry.
Generated using TypeDoc
Insert the GraphicalNote to the correct index of the GraphicalNotes list, so that the order of the GraphicalNote's in the list corresponds to the VoiceEntry's Notes order. (needed when adding Tie-EndNotes).