Is there a way to move MU viewpoint to a certain part of the score ?

• Mar 29, 2025 - 18:50

As I'm desperate by the "Find/Goto" feature of MU, I decided to write a plugin to search for some text and move to the next occurrence.

If can I easily do the search feature and select the next occurrence, how can I instruct MU to scroll to the element I want to see ?

PS: Solution searched for ME3.6.2

Thanks


Comments

There is probably no 'official' solution for this. So you have to resort to some 'creative' solution. If you make the plugin select a note (or rest) near the found text element, with the instruction:
cmd("select-next-chord");
the score will 'jump' to the selected portion.

Do you still have an unanswered question? Please log in first to post your question.