SlurCubic.ms (2.1)
This object is based on Slur.ms, but instead uses cubic Bezier curves, which offer finer control over the shape. The snippet below shows a cubic slur with example settings, compared with a balance-adjusted Slur.ms and native slur.
Paste the following snippet into NWC 2.75, then go to Tools > Manage Objects to install the object.
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Text|Text:"SlurCubic.ms"|Font:StaffItalic|Scale:75|Pos:10
|User|SlurCubic.ms|Pos:2|Dir:Upward|LeftBalance:0.4|RightBalance:0.8|LeftStrength:0.8|RightStrength:0.9
|Note|Dur:Half|Pos:4
|Note|Dur:Half|Pos:0
|Bar
|Text|Text:"Slur.ms (balanced)"|Font:StaffItalic|Scale:75|Pos:10
|User|Slur.ms|Pos:1|Balance:0.1
|Note|Dur:Half|Pos:4
|Note|Dur:Half|Pos:0
|Bar
|Text|Text:"Native"|Font:StaffItalic|Scale:75|Pos:10
|Note|Dur:Half,Slur|Pos:4
|Note|Dur:Half|Pos:0
!NoteWorthyComposerClip-End
For details on the object's parameters, refer to the context-sensitive help on object's properties page.