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

Fix Issue #414 #416

Merged
merged 1 commit into from
Jan 19, 2025
Merged

Fix Issue #414 #416

merged 1 commit into from
Jan 19, 2025

Conversation

CarlosCancino-Chacon
Copy link
Member

This pull request fixes issue #415.

Some MusicXML files have incorrectly formatted fingering information (the value of the attribute <fingering> should be an integer, but some files include other strings such as 4_1).

In the current solution, parsing these strings would only take the first value and would ignore subsequent values. Otherwise, if the string cannot be parsed, the fingering would be set to None, instead of raising an error.

@CarlosCancino-Chacon CarlosCancino-Chacon added the bug Something isn't working label Jan 18, 2025
Copy link
Member

@manoskary manoskary left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updates on fingering extended options and better parsing of annotations using regex

@CarlosCancino-Chacon CarlosCancino-Chacon merged commit 672f6ee into develop Jan 19, 2025
3 checks passed
@CarlosCancino-Chacon CarlosCancino-Chacon self-assigned this Jan 19, 2025
@CarlosCancino-Chacon CarlosCancino-Chacon deleted the bug/issue_415 branch January 23, 2025 15:52
@manoskary manoskary mentioned this pull request Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error Loading Specific MusicXML Files in Composer Identification Baseline
2 participants