Skip to main content
Topic: multiple endings (Read 2596 times) previous topic - next topic

multiple endings

I am trying to input a song with 4  endings.  The first ending is a verse.  Endings 2 & 3 are the verse plus a bridge.  Ending 4 is the verse plus extended ending (skips the bridge).  Everything goes well until the fourth ending.  It keeps going to the bridge.  I checked my endings and master repeats open and closed; all looks fine.

Re: multiple endings

Reply #1
I had a similar (but not exactly the same) thing in some band music.  I fixed it by making the last ending a "default" ending, rather than a numbered ending.  You get the ending mark with a D under it rather than a number.  You might try that.

Re: multiple endings

Reply #2
Try this:

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Ending|Endings:1
|Bar|Style:MasterRepeatClose
|Ending|Endings:2,3
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-2
|Bar|Style:MasterRepeatClose
|Ending|Endings:4
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:1
!NoteWorthyComposerClip-End

Re: multiple endings

Reply #3
Hi NWO,
I'm seeing this text clip now and then, and seems like a
backdoor to notation. Is this 'text programming' included
in the manual? I've not seen the full manual, so pardon my
asking. I'm a programmer, and that would be great!

Re: multiple endings

Reply #4
You're seeing the new copying feature of NWC2 - I didn't know it was included in the public preview yet, but I'm glad to see it.

Highlight everything in the box, then Copy it to a staff in NWC2.