NoteWorthy Composer Forum

Forums => Tips & Tricks => Object Plugins => Topic started by: NoteWorthy Online on 2016-11-24 01:29 am

Title: LineSpan.nw
Post by: NoteWorthy Online on 2016-11-24 01:29 am
This object can be used to add special lines that span across a selection of notes. An optional text instruction can accompany the line.

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|User|LineSpan.nw|Pos:9|Text:Slowly
|Spacer|Width:125
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Bar
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
!NoteWorthyComposerClip-End
Title: Re: LineSpan.nw
Post by: Opagust on 2016-11-24 09:29 am
Notice: This object plugin requires NWC 2.75a, which is currently in beta. It cannot be used in Version 2.75.
Actually, it requires beta 5.

Quote
An optional text instruction can accompany the line.
The text 'eats' the start of the line. This is espacially annoying when you set Front Cap to 'stroke' or 'arrow'. I would prefer the text above the line.
Title: Re: LineSpan.nw
Post by: Lloyd on 2016-11-24 10:29 am
Quote
I would prefer the text above the line.
Agree, but if it's not a big problem, I would prefer an option to set the text above the line. ;)
Title: Re: LineSpan.nw
Post by: NoteWorthy Online on 2016-11-24 12:08 pm
I would prefer the text above the line.

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|User|LineSpan.nw|Pos:6|Class:StaffSig
|Text|Text:"Text Above Line"|Font:StaffItalic|Pos:9
!NoteWorthyComposerClip-End
Title: Re: LineSpan.nw
Post by: Mike Shawaluk on 2016-11-24 01:35 pm
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|User|LineSpan.nw|Pos:6|Class:StaffSig
|Text|Text:"Text Above Line"|Font:StaffItalic|Pos:9
!NoteWorthyComposerClip-End
This also gives you control over the distance between the text and the line, as well as the horizontal alignment options that a Text object has.
Title: Re: LineSpan.nw
Post by: Flurmy on 2016-11-24 08:56 pm
"Note span"...
Notes and rests, indeed.
Title: Re: LineSpan.nw
Post by: NoteWorthy Online on 2016-11-26 10:58 am
MMRs are always an afterthought. :(

The plugin has now been updated (https://github.com/nwsw/nwc-plugin-core/commit/094a5f5b0659f3603b45dcc70178e0e82f92ed31) to handle them properly.
Title: Re: LineSpan.nw
Post by: NoteWorthy Online on 2016-12-09 10:26 am
Updated (https://github.com/nwsw/nwc-plugin-core/commit/53c8c2a81f0811b471033d0587f65127bd3eae95#diff-d84d67d1928c129287282dd90b0b8d87) to take advantage of the new features in NWC 2.75a Beta 6.
Title: Re: LineSpan.nw
Post by: William Ashworth on 2017-09-04 11:19 pm
How about an option to have the text break the bracket in the center? That way, this object could be used to create tuplet brackets.
Title: Re: LineSpan.nw
Post by: Mike Shawaluk on 2017-09-05 10:47 am
How about an option to have the text break the bracket in the center? That way, this object could be used to create tuplet brackets.
That's an interesting idea; however, did you know that @Lloyd has already created this object (https://forum.noteworthycomposer.com/?topic=9229.0)?
Title: Re: LineSpan.nw
Post by: William Ashworth on 2017-09-05 04:24 pm
No, I didn't; thanks for pointing it out.