Skip to content

Fix cursor issues #264

@jaredjj3

Description

@jaredjj3

Here it is!

Image

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;
}

Originally posted by @rvilarl in #260

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions