Annotate a second staff in a system
I have 3 staffs in a score. When I apply the plugin, only the first staff gets tablature.
The only way I found to annotate the other was to change `cursor.staff = 0;` in harmonica_master_hohner_highlander_A.js
Is there a way to prompt the user when several staff exist, or to use the selected staff?
Best regards
Comments
These plugins indeed are working on voice 1 of the top staff only.
See http://musescore.org/en/plugin-development/how-plugin-development#Apply… for how to work on a selection if there is one and the entire score otherwise.
You could also just move that instrument up, run the plugin, move it down again.
Thanks for the comments.
Your last sentence responds to my request !
Best regards