When a part is created from a score in MuseScore 2.0 Beta 1, the part comes with text of the part name at the bottom left of the title's Frame. If you delete this text, there is no frame text options to recreate the part name text without it being mirrored in the score.
Comments
This may also infer that a new feature be created. Rather than it being a sort of bug, the feature would just be creating the option to create part name text in the Frame text menu.
Yes, or in the main Add / Text menu. Either way, the semantics would be that the part name is added in the same way it normally is upon initial generation of parts - *not* linked to the parent score.
Fixed in 647c643402
The fix adds the command to add a part name, but it adds the element to the score and all other parts too. That's thel problem: the part name needs to be the one thing you can add that is *not* linked. Here is a PR that suppresses the linking for this element:
https://github.com/musescore/MuseScore/pull/1428
Fixed in 0e8ce2d70c
Automatically closed -- issue fixed for 2 weeks with no activity.