Skip to main content
Topic: Brace.ms (2.0) (Read 5225 times) previous topic - next topic

Brace.ms (2.0)

This plugin will draw a brace of configurable size, weight and direction. This can be useful for lyrics and other purposes.

Paste the following snippet into NWC 2.75, then go to Tools > Manage Objects to install the object.

Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.75)
|AddStaff|Name:"Staff"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:12|BoundaryBottom:18|Lines:5|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:1
|StaffInstrument|Trans:0|DynVel:10,30,45,60,75,92,108,127
|Lyrics|Placement:Bottom|Align:Standard Rules|Offset:0
|Lyric1|Text:"One two three\n"
|Lyric2|Text:"Four five six seven\n"
|Lyric3|Text:"Eight nine ten\n"
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Note|Dur:Half|Pos:-2|Opts:Stem=Up
|Note|Dur:Half|Pos:-2|Opts:Stem=Up
|Bar
|User|Brace.ms|Pos:-12.5|Offset:3.7|Height:11.5
|Note|Dur:Half|Pos:-2|Opts:Stem=Up
|Note|Dur:Half|Pos:-2|Opts:Stem=Up
!NoteWorthyComposer-End

For details on the object's parameters, refer to the context-sensitive help on object's properties page.

Re: Brace.ms (1.0)

Reply #1
The Brace.ms object has been updated, with the following change:

  • Fix typo in parameter label
  • Minor changes to parameter values in custom menu

Please refer to the parent post for more information.

 

Re: Brace.ms (1.1)

Reply #2
The Brace.ms object has been updated, with the following change:

  • Now gives a choice of shapes - original curly brace, or square bracket. Each shape's size and line weight can be customized.

Please refer to the parent post for more information.


Re: Brace.ms (1.1)

Reply #3
Nice, Mike. Thanks.

Re: Brace.ms (2.0)

Reply #4
The Brace.ms object has been updated, with the following change:

  • Minor code changes to use more efficient line drawing commands

Please refer to the parent post for more information.