Skip to main content
Topic: Skipping a section (Read 1950 times) previous topic - next topic

Skipping a section

Hi,

I have a nwc file for an entire song. Our choir will be skipping a section in the middle of the song. Is there a way to have Noteworthy just skip that section, i.e. jump from measure 17 to measure 52? I've tried different things with the flow direction commands, but without success.

Thanks!

Re: Skipping a section

Reply #1
If you aren't already using a Coda in the song, perhaps you can put a "Segno", a "To Coda" and a "DS al Segno" (in that order) at the end of bar 17 and a "Coda" mark at bar 52.

You'd probably want to make them hidden too I imagine.
I plays 'Bones, crumpets, coronets, floosgals, youfonymums 'n tubies.

Re: Skipping a section

Reply #2
You might try this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Note|Dur:4th|Pos:0
|Bar|Style:MasterRepeatOpen
|Ending|Endings:7
|Note|Dur:4th|Pos:1
|Bar|Style:MasterRepeatClose
|Note|Dur:4th|Pos:2
!NoteWorthyComposerClip-End
Registered user since 1996

 

Re: Skipping a section

Reply #3
Thank you both! Lawrie's suggestion worked, so I'm not going to get too fancy with coding solutions.