Re: Using Global Mod to turn off certain attributes
Reply #1 –
G'day David,
to remove the stem direction try:
Note Opts.Stem=
To remove the articulations from the stem try:
Note Opts=!ArticulationsOnStem
To remove a stem length override:
Note Opts.StemLength=
If you can assign a null value, it will reset the current assignment, if it is just a checkbox then the Opts=!whatever construct will probably work... At the very least, the expressions above work OK.