-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Here it is!
Two issues
- the cursor does not cover the two instruments
- there seems to be only one active element
Two questions
- how do I move the cursor to the next position?
- is it possible to have more than one cursor?
Feedback to README
vexml.renderMXL returns a Promise<vexml.Score>
document.getElementById does not return HTMLDivElement
I had to do the following:
vexml.renderMXL(file, div as HTMLDivElement).then((score) => { this.score = score; }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
