See https://github.com/musescore/MuseScore/pull/3438
It copies all metaTags from masterScore (except "partName", should that exist, instead it takes the one from the part, but maybe it'd be better to not have that at all?), empties the "source" property, so the part does not collide with the score when doing a "Save online", and updates "creationDate" and "platform" with current values.
Comments
See https://github.com/musescore/MuseScore/pull/3438
It copies all metaTags from masterScore (except "partName", should that exist, instead it takes the one from the part, but maybe it'd be better to not have that at all?), empties the "source" property, so the part does not collide with the score when doing a "Save online", and updates "creationDate" and "platform" with current values.
Above mentioned PR is for master, for 2.2 see https://github.com/musescore/MuseScore/pull/3455
Fixed in branch master, commit ecdcea3949
Fix #269132: Score properties wiped when saving a generated part
Fixed in branch master, commit 06cc782a11
Merge pull request #3438 from Jojo-Schmitz/metaTags-for-parts
Fix #269132: Score properties wiped when saving a generated part
Fixed in branch 2.2, commit 9345b018e5
Fix #269132: Score properties wiped when saving a generated part
Fixed in branch 2.2, commit 14e13c33a2
Merge pull request #3455 from Jojo-Schmitz/metaTags-for-parts-2.2
Fix #269132: Score properties wiped when saving a generated part, for 2.2
Automatically closed -- issue fixed for 2 weeks with no activity.