Skip to main content
Topic: LineSpan.nw (Read 7516 times) previous topic - next topic

LineSpan.nw

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

Re: LineSpan.nw

Reply #1
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.
Always look on the bright side of life!

Re: LineSpan.nw

Reply #2
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. ;)
[...] y el mayor bien es pequeño: que toda la vida es sueño, y los sueños, sueños son.


 

Re: LineSpan.nw

Reply #4
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.

Re: LineSpan.nw

Reply #5
"Note span"...
Notes and rests, indeed.

Re: LineSpan.nw

Reply #6
MMRs are always an afterthought. :(

The plugin has now been updated to handle them properly.

Re: LineSpan.nw

Reply #7
Updated to take advantage of the new features in NWC 2.75a Beta 6.

Re: LineSpan.nw

Reply #8
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.


Re: LineSpan.nw

Reply #10
No, I didn't; thanks for pointing it out.