Non-volatile score variables
I'm thinking about providing my "copy&link-paste" suggested functionality by means of a plugin, but there's something I would need for that. Is there a way to create non-volatile variables , like an array, for example, in an open score that would persist after the score is closed? With that it would be easy to think of a plugin that would read the array and determine which measures are linked to which. This subject is also in the Issue Track. Forgive me for repeating myself, but I want to make sure I'm being clear enough in my suggestion.
Comments
You might get away with using a score meta-data property for that, which is accessible to the plugin framework and of which you can create one named in accordance with your plugin; then store the JSON.Stringify version of the object you wish to store.
Have a look at https://musescore.org/en/project/add-comments-score for how this is done from within a plugin.