Score properties wiped when saving a generated part

• Feb 5, 2018 - 06:09
Reported version
2.1
Type
Functional
Severity
S4 - Minor
Status
closed
Project

If a score has certain File Properties (such as copyright), then these are correctly displayed in its generated Parts.

However, when these Parts are resaved as new files, the File Properties are wiped.

https://musescore.org/en/node/269103


Comments

Status (old) active patch (code needs review)
Status active  

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.