You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .musicxmlpartial measures meaning measure line that occur in between proper measure positions (proper = the ones that respect the time signature) get a prefix, i.e. "X1". Inferring the measures in partitura skips treating these measures correctly. A proposition would be to add a prefix and then the measure to which they preceed.
The text was updated successfully, but these errors were encountered:
Fix for issue #133 parsing and indexing for partial/irregular measures. This pull request introduces both name and number fields for `Measure` objects.
In
.musicxml
partial measures meaning measure line that occur in between proper measure positions (proper = the ones that respect the time signature) get a prefix, i.e. "X1". Inferring the measures in partitura skips treating these measures correctly. A proposition would be to add a prefix and then the measure to which they preceed.The text was updated successfully, but these errors were encountered: