This plugin draws winged Repeat Bars in the staff, just the same than Mike's (https://forum.noteworthycomposer.com/?topic=9264)
To start the plugin just insert an instance of the User Object at the beginning of the staff and it will automatically draw "wing" decorations to any Master Repeat Bar.
OPTIONS:
- If you select "One Staff" the object will draw both up and down decorations. Selecting "System: Upper Staff" or "System: Lower Staff" will draw up or down decorations, respectively.
- Length: This will set the length of the wing decoration.
- Angle: This will set the angle of the wing decoration.
- Thickness: This will set the thickness of the wing decoration.
- When class is seet to 'Standard' the object will draw wings only once. ← NEW
To start using this Object just copy the following clip and paste as a new file in NWC2.75.
!NoteWorthyComposer(2.75)
|AddStaff|Name:"Staff-1"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:12|BoundaryBottom:12|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
|User|WingedRepeats.fso|Pos:1|Class:StaffSig
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Bar|Style:MasterRepeatOpen
|Note|Dur:Half|Pos:1
|Note|Dur:Half|Pos:3
|Bar|Style:MasterRepeatClose
|Spacer|Width:50
|Bar|Style:MasterRepeatOpen
|Note|Dur:Half|Pos:3
|Note|Dur:Half|Pos:1
|Bar|Style:MasterRepeatClose
|Note|Dur:Half|Pos:1
|Note|Dur:Half|Pos:1
|AddStaff|Name:"Staff-2"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:10|BoundaryBottom:10|Lines:5|WithNextStaff:Brace,ConnectBars|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:2
|StaffInstrument|Trans:0|DynVel:10,30,45,60,75,92,108,127
|User|WingedRepeats.fso|Pos:1|Class:StaffSig|System:"System: Upper Staff"
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Bar|Style:MasterRepeatOpen
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:2
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:4
|Bar|Style:MasterRepeatClose
|Spacer|Width:50
|Bar|Style:MasterRepeatOpen
|Note|Dur:4th|Pos:4
|Note|Dur:4th|Pos:3
|Note|Dur:4th|Pos:2
|Note|Dur:4th|Pos:1
|Bar|Style:MasterRepeatClose
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|AddStaff|Name:"Staff-3"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:10|BoundaryBottom:10|Lines:5|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:3
|StaffInstrument|Trans:0|DynVel:10,30,45,60,75,92,108,127
|User|WingedRepeats.fso|Pos:1|Class:StaffSig|System:"System: Lower Staff"
|Clef|Type:Bass
|TimeSig|Signature:4/4
|Bar|Style:MasterRepeatOpen
|Note|Dur:4th|Pos:-1|Opts:Stem=Down
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:2
|Bar|Style:MasterRepeatClose
|Spacer|Width:50
|Bar|Style:MasterRepeatOpen
|Note|Dur:4th|Pos:2
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:-1|Opts:Stem=Down
|Bar|Style:MasterRepeatClose
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:-1
!NoteWorthyComposer-End