NoteWorthy Composer Forum

Forums => Tips & Tricks => Object Plugins => Topic started by: Lloyd on 2017-01-30 12:58 pm

Title: OversizeTimeSig.fso (version 0.5)
Post by: Lloyd on 2017-01-30 12:58 pm
Ups, I almost forgot to upload it... sorry  ;)

This user object has been made because of a request from our friend Lawrie Pardy, and it basically do the same thing as TimeSigScaler.nw (https://forum.noteworthycomposer.com/?topic=9533.0) published about a week ago. The only difference is that while TimeSigScaler.nw requires to insert one instance of the plugin before each time signature, this one has to be inserted only once at the beginning of the staff.

To start the plugin just insert a 'Span' class instance of the object at the beginning of the staff and it will automatically oversize any Time Signature colored in one of the 7 non-default colors.
The color which activates the plugin must be set manually.

OPTIONS:
Time Signature Color: Here you have to indicate which color will be used for plugin activation.
Scale (%): This option sets the oversizing percent. This setting can be modified with +/- keys.

Remember that it's recomemded setting to white the Highlight color used in order to make "invisible" the original Time Signature.

To start using this Object just copy the following clip and paste as a new file in NWC2.75.
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|User|OversizeTimeSig.fso|Pos:0|Class:Span|Scale:160
|Clef|Type:Bass
|Text|Text:"Adagio Grave"|Font:StaffItalic|Scale:90|Pos:11
|Key|Signature:F#|Tonic:G
|TimeSig|Signature:4/4|Color:7
|Rest|Dur:Whole
|Bar
|TimeSig|Signature:5/4|Color:7
|Rest|Dur:Whole
|Bar
|TimeSig|Signature:4/4|Color:7
|Rest|Dur:Whole
|Bar
|TimeSig|Signature:9/8|Color:7
|Rest|Dur:Half
|Rest|Dur:4th
|Rest|Dur:8th
|Dynamic|Style:mf|Pos:-7|Justify:Center|Placement:AtNextNote
|Note|Dur:8th,Tenuto|Pos:6|Opts:Stem=Down,Beam=First
|Note|Dur:8th,Tenuto|Pos:6|Opts:Stem=Down,Beam=End
|Bar
|TimeSig|Signature:4/4|Color:7
|Bar|Style:Transparent|SysBreak:Y
|Text|Text:"5"|Font:StaffItalic|Scale:50|Pos:7
|Clef|Type:Bass
|TimeSig|Signature:4/4|Color:7
|Note|Dur:4th,Dotted,Slur|Pos:5
|Note|Dur:8th,Slur|Pos:1
|Note|Dur:8th,Slur|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th,Slur|Pos:3|Opts:Stem=Down,Beam
|Note|Dur:8th,Slur|Pos:3|Opts:Stem=Down,Beam
|Note|Dur:8th,Slur|Pos:6|Opts:Stem=Down,Beam=End
|Bar
|Note|Dur:4th,Slur|Pos:5
|Note|Dur:4th,Slur|Pos:10
|Note|Dur:4th,Dotted|Pos:n9
|Note|Dur:8th,Slur|Pos:7
|Bar
|TimeSig|Signature:5/4|Color:7
|Note|Dur:4th,Dotted|Pos:6
|Note|Dur:8th,Slur|Pos:b5
|Note|Dur:8th,Slur|Pos:6|Opts:Stem=Down,Beam=First
|Note|Dur:8th,Slur|Pos:5|Opts:Stem=Down,Beam=End
|Note|Dur:8th,Slur|Pos:3
|Note|Dur:4th,Slur|Pos:3
|Note|Dur:8th,Slur|Pos:1^
|Bar
|TimeSig|Signature:4/4|Color:7
|Note|Dur:Half,Dotted|Pos:1|Opts:Diminuendo
|Rest|Dur:4th
|Bar
|TimeSig|Signature:10/8|Color:7
|Bar|Style:Transparent|SysBreak:Y
|Text|Text:"9–10"|Font:StaffItalic|Scale:50|Pos:7
|Clef|Type:Bass
|TimeSig|Signature:10/8|Color:7
|Spacer|Width:200
|RestMultiBar|NumBars:2|PrintOnce:N
|Bar
|TimeSig|Signature:5/8|Color:7
|Rest|Dur:Whole
|Text|Text:"12–14"|Font:StaffItalic|Scale:50|Pos:7|Justify:Center|Placement:AtNextNote
|Bar
|Clef|Type:Bass
|TimeSig|Signature:6/8|Color:7
|Spacer|Width:200
|RestMultiBar|NumBars:3|PrintOnce:N
|Bar|Style:Double
|Key|Signature:C|Tonic:C
|TimeSig|Signature:4/4|Color:7
|Bar|Style:Transparent
|Boundary|Style:NewSystem|NewPage:Y
!NoteWorthyComposerClip-End

As always, any feedback will be welcome.
Title: Re: OversizeTimeSig.fso (version 0.5)
Post by: Lawrie Pardy on 2017-01-30 01:14 pm
Thanks Lloyd :)