NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: lauras on 2019-01-21 03:23 pm

Title: Paranthetical number at the repeat sign
Post by: lauras on 2019-01-21 03:23 pm
I've searched and searched and I cannot find anyone talking about this.

Is it possible to eliminate that silly number that shows at the top of the repeat sign?  I understand that it tells the midi how many times to repeat it, but this is not standard in any musical score I've ever seen and I'd like to be able to remove it. 

Is this simply one of the limitations of this program?

Thanks!!
Laura
Title: Re: Paranthetical number at the repeat sign
Post by: Richard Woodroffe on 2019-01-21 03:36 pm
I think you may be using a local repeat ending when in fact you probably need a master repeat,

If you use a master repeat, there is no number in parentheses above the double line.  As a default, the master repeat will repeat once unless you tell it to repeat more times using special endings (and the special endings are only visible on the top staff but you can make them invisible if you want to)

So, when you hit the b key to bring up the bar selection window, use "Master Repeat Open" and "Master Repeat Close"  rather than "Local Repeat Open" and Open Repeat Close"
Title: Re: Paranthetical number at the repeat sign
Post by: Rick G. on 2019-01-21 03:55 pm
Is it possible to eliminate that silly number that shows at the top of the repeat sign?
It only appears on the Top staff, so you could use a layer:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|PgSetup|Zoom:6
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Bar|Style:LocalRepeatOpen
|Note|Dur:Whole|Pos:0
|Bar|Style:LocalRepeatClose|Repeat:8|Visibility:Never
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Bar|Style:LocalRepeatOpen
|Rest|Dur:Whole|Visibility:Never
|Bar|Style:LocalRepeatClose|Repeat:8
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
!NoteWorthyComposer-End
Title: Re: Paranthetical number at the repeat sign
Post by: Lloyd on 2019-01-21 04:22 pm
Here's another one ;)

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Bar|Style:LocalRepeatOpen
|Note|Dur:Whole|Pos:0
|Bar|Style:LocalRepeatClose|Repeat:2|Visibility:Never
|Text|Text:""|Font:StaffSymbols|Pos:0|Justify:Center|Placement:AtNextNote
|Bar|Style:Double
|RestMultiBar|NumBars:8|PrintOnce:N|WhenHidden:ShowBars,ShowRests
|Bar
!NoteWorthyComposerClip-End

PS: YES!! I'm still alive!! xDD
Title: Re: Paranthetical number at the repeat sign
Post by: fathafluff on 2019-01-21 11:08 pm
....  As a default, the master repeat will repeat twice unless you tell it to repeat more times using special endings...
I hate to be picky, but it only repeats once. (It plays once, then repeats once, for a total of 2 times.)  :) Sorry, Richard, I couldn't resist.
Title: Re: Paranthetical number at the repeat sign
Post by: Richard Woodroffe on 2019-01-22 07:35 am
Can't have that !  It's been corrected .
I hate to be picky too !
(It plays once, then repeats once, for a total of 2 times.)
It doesn't play once, repeat once for a total of 2 times. It plays once and repeats once  ONCE.   ;D