Re: Problem transcribing sheet music
Reply #5 –
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