NoteWorthy Composer Forum

Forums => Tips & Tricks => Object Plugins => Topic started by: Mike Shawaluk on 2015-10-06 09:40 pm

Title: BarLabel.ms (1.1)
Post by: Mike Shawaluk on 2015-10-06 09:40 pm
This object creates bar labels for a score, similar to those created with the BoxMarks fonts. The font can be any of the available NWC font classes, and the size of the box and text can be scaled. The text can either be user specified, or if left blank, the measure number of the prior or next bar will be used.

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

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Rest|Dur:Whole
|Bar
|User|BarLabel.ms|Pos:8|Which:prior
|Rest|Dur:Whole
|User|BarLabel.ms|Pos:8
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|User|BarLabel.ms|Pos:8|Text:A
|Bar
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
For details on the object's parameters, refer to the context-sensitive help on object's properties page.
Title: Re: BarLabel.ms (1.0)
Post by: NoteWorthy Online on 2015-10-06 11:40 pm
Excellent object addition...well suited for rehearsal marks.
Title: Re: BarLabel.ms (1.0)
Post by: Richard Woodroffe on 2015-10-07 06:37 am
That's very useful, especially for those of us that prepare choral rehearsal files.
Thanks Mike.
Title: Re: BarLabel.ms (1.0)
Post by: Opagust on 2015-10-07 09:29 am
That's very useful, especially for those of us that prepare choral rehearsal files.
Thanks Mike.

Indeed
Title: Re: BarLabel.ms (1.0)
Post by: Mike Shawaluk on 2015-10-07 12:33 pm
Thanks to everyone for their kind words and "likes". I have recently begun creating practice scores for our choir, and the first piece of music I am transcribing has rehearsal marks containing measure numbers. So I created this object as a time-saver for myself, and of course I would share it with the rest of the community here. As always, I appreciate the feedback and comments.

Thanks again,
Mike
Title: Re: BarLabel.ms (1.0)
Post by: Lawrie Pardy on 2015-10-08 02:02 am
Hi Mike,
I haven't always commented, but I am finding your submissions either actually or potentially very helpful.  Which just depends on my immediate needs when they appear :)

Please keep up the good work!
Title: Re: BarLabel.ms (1.1)
Post by: Mike Shawaluk on 2015-10-14 05:19 pm
The BarLabel.ms object has been updated, with the following changes:


Please refer to the parent post for additional information.
Title: Re: BarLabel.ms (1.1)
Post by: SEBC on 2020-01-31 02:47 pm
Hi Mike

I use the bar label constantly for my scores, so I add my gratitude for your generosity in sharing it with the NWC community. I have a  question: is it possible to add a "preserve width" box? Sometimes I need to add text close by and instead of using insert to add spaces (which sometimes does strange things to other things, such as the crescendo or decrescendo hairpins -- another topic which I will want to explore), or having to move the label up above the text, maybe preserving the width would be better? If it already has this capability, then I have missed it.

Thanks again for your help!