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

Manuscript fixes #125

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Manuscript fixes #125

wants to merge 11 commits into from

Conversation

th-we
Copy link

@th-we th-we commented May 16, 2021

A replacement for #119 with better organized commits.

@th-we
Copy link
Author

th-we commented Aug 23, 2021

@ahankinson Added the same commit as in the sibmei repo. Overall this pull request is to bring libmei back in sync with the version shipping with ManuScript.

element._id = value;
SetId "(element, newId) {
UnregisterId(element._id);
element._id = value;
Copy link
Member

Choose a reason for hiding this comment

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

Same problem here as in the sibmei repo -- I think value is supposed to be newId?

}"
UnregisterId "(id) {
olddict = Self._property:MEIFlattened;
newdict = removeKeyFromDictionary(olddict, oldid);
Copy link
Member

Choose a reason for hiding this comment

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

And here isn't oldid supposed to be the value passed in, id?

Copy link
Author

Choose a reason for hiding this comment

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

That's right. I made sure I unloaded/reloaded the proper files in Sibelius and ran the tests successfully.

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.

2 participants