Is there a way to move MU viewpoint to a certain part of the score ?
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
Ctrl+F
Edit, sorry I misread
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.
In reply to There is probably no … by ILPEPITO
Great trick ! Thanks.
In reply to Great trick ! Thanks. by parkingb
Perhaps this plugin https://musescore.org/en/project/musescore-do-list can be helpful.