|
NWC2 Scripts |
|
Please note that NWC2 is still in public beta. Usage of NWC2 is subject to eligibility requirements by Noteworthy Software. Details are at their website. |
|
Global Modification |
|
| Author: | Andrew Purdam. Comments to noteworthy.nwcbeta newsgroup. |
| Download: |
v1.0.2
2/12/04
(Rightclick and Save Target As... to your NWC2 Scripts folder as global_mod.php) |
| Briefly: | Globally modify particular components in a staff. |
| Usage: | php global_mod.php <type>,<comparison>,... <action> |
| Parameters: |
|
| Additional Help : |
|
| Comments: |
examples: To adjust all whole rests up two
php
global_mod.php Rest,Dur==Whole Opts.VertOffset+=2
or to modify all tempos to slow by 10%
php global_mod.php Tempo
Tempo*=0.9
or to hide all tempo markings
php
global_mod.php Tempo Visibility=Never
or even a rudimentary inversion (this example around the space above middle line)
php global_mod.php Note Pos-=1 Note Pos*=-1 Note
Pos-=1
Known issues: altering positions might not work with accidentals. |
| History: | 1.0.2 Added message for empty input |
|
|
|
| If you have any problems with this site, please e-mail | |