I think the get staffId in NumberedBarRendererFactory might be referencing the wrong thing. #2036
Closed
goodgame365
started this conversation in
General
Replies: 1 comment 2 replies
-
Yes, that's indeed an oversight. Impact should be fairly small but there is one. (e.g. when having ties/slurs on the numbered notation) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The correct implementation should be:
public get staffId(): string { return NumberedBarRenderer.StaffId; }
the erro:
public get staffId(): string { return SlashBarRenderer.StaffId; }
Beta Was this translation helpful? Give feedback.
All reactions