Skip to main content
Topic: Eighth Special Ending (Read 3336 times) previous topic - next topic

Eighth Special Ending

I want to include an eighth special ending in a piece, but the command only goes to 7. I have simulated the eighth ending by using flow direction commands, having tried editing the nwctxt file ( |Ending|Endings:8 ) to no avail, but would prefer a proper solution. At the end of the bar I have a close master repeat as I want to go back to the open master repeat section for a final time after the 8th verse.

Any suggestions?

Re: Eighth Special Ending

Reply #1
Dear Keith,

It all depends on your score, but maybe "local repeat open" and "local repeat close" can solve your problem.
The repeat count can be set at any number. For the music this may be a valid option.
Be aware that in professional scores, local repeats are (almost) never used, so your score will not have a professional look.

Bart

 

Re: Eighth Special Ending

Reply #2
I don't know if this can be of help for you, but you can fake the master repeats.
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Text|Text:"  "|Font:StaffSymbols|Pos:0|Justify:Center|Placement:AtNextNote
|Bar|Style:SectionOpen
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Text|Text:"  "|Font:StaffSymbols|Pos:0|Justify:Center|Placement:AtNextNote
|Bar|Style:SectionClose
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-4
|Bar
|Text|Text:""|Font:StaffSymbols|Pos:-3|Placement:AtNextNote
|Text|Text:""|Font:StaffSymbols|Pos:-1|Placement:AtNextNote
|Text|Text:""|Font:StaffSymbols|Pos:1|Placement:AtNextNote
|Text|Text:""|Font:StaffSymbols|Pos:3|Placement:AtNextNote
|Text|Text:" "|Font:StaffSymbols|Scale:90|Pos:-3.5|Placement:AtNextNote
|Text|Text:" "|Font:StaffSymbols|Scale:90|Pos:-2|Placement:AtNextNote
|Text|Text:" "|Font:StaffSymbols|Scale:90|Pos:0|Placement:AtNextNote
|Text|Text:" "|Font:StaffSymbols|Scale:90|Pos:2|Placement:AtNextNote
|Text|Text:"   "|Font:StaffSymbols|Scale:90|Pos:0|Justify:Center|Placement:AtNextNote
|Bar
|Spacer|Width:300
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Spacer|Width:300
|Text|Text:""|Font:StaffSymbols|Pos:-3|Justify:Right|Placement:AtNextNote
|Text|Text:""|Font:StaffSymbols|Pos:-1|Justify:Right|Placement:AtNextNote
|Text|Text:""|Font:StaffSymbols|Pos:1|Justify:Right|Placement:AtNextNote
|Text|Text:""|Font:StaffSymbols|Pos:3|Justify:Right|Placement:AtNextNote
|Text|Text:" "|Font:StaffSymbols|Scale:90|Pos:-3.5|Justify:Right|Placement:AtNextNote
|Text|Text:" "|Font:StaffSymbols|Scale:90|Pos:-2|Justify:Right|Placement:AtNextNote
|Text|Text:" "|Font:StaffSymbols|Scale:90|Pos:0|Justify:Right|Placement:AtNextNote
|Text|Text:" "|Font:StaffSymbols|Scale:90|Pos:2|Justify:Right|Placement:AtNextNote
|Text|Text:"   "|Font:StaffSymbols|Scale:90|Pos:0|Justify:Center|Placement:AtNextNote
|Bar
!NoteWorthyComposerClip-End