Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example "Organ layout" missed camelCase update to "layout-changes" #336

Closed
paul-bayleaf opened this issue Apr 26, 2024 · 1 comment
Closed

Comments

@paul-bayleaf
Copy link

Example "Organ layout" line 309
"layout-changes": [{"layout": "organ3StaffSplitOber", "location": "1:3/8"}],

Fails to validate with the schema. After the new camelCase changes this should now be

"layoutChanges": [{"layout": "organ3StaffSplitOber", "location": "1:3/8"}],

@adrianholovaty
Copy link
Contributor

Thanks @paul-bayleaf!

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

No branches or pull requests

2 participants