Re: Problem transcribing sheet music
I don't use a script. I just set Vertical Offset=2, copy the entire staff to the Clipboard, paste it into a text editor and replace all '=2' with '=2000', copy it, and paste it back. Seems too simple a task for a script.
Fair enough - forgot about that possibility, but I simply use a Global Mod expression - quick and easy:
Rest Opts.VertOffset=2000
For those rests that are already at 2 as you have suggested:
Rest,Opts.VertOffset==2 Opts.VertOffset=2000
<Edit> - corrected an error in the first "GlobalMod" expression above