Skip to content

Implement cursor spans#271

Merged
jaredjj3 merged 4 commits intomasterfrom
cursor
Feb 23, 2025
Merged

Implement cursor spans#271
jaredjj3 merged 4 commits intomasterfrom
cursor

Conversation

@jaredjj3
Copy link
Collaborator

This PR fixes #264 by adding a mechanism to specify a cursor span. It span is undefined, it will default to spanning across all parts.

score.addCursor({ partIndex: 0, span: { fromPartIndex: 0, toPartIndex: 1 });

Before

image

After

image

@jaredjj3 jaredjj3 self-assigned this Feb 23, 2025
@jaredjj3 jaredjj3 merged commit efe2276 into master Feb 23, 2025
1 check passed
@jaredjj3 jaredjj3 deleted the cursor branch February 23, 2025 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix cursor issues

1 participant