Skip to main content
Topic: Repeat whole song including repeats (Read 1841 times) previous topic - next topic

Repeat whole song including repeats

This problem is really bugging me:

I have a song with repeat sections in the verse marked by Master Repeats and 1st & 2nd time endings.
I then go through to the chorus and want to repeat the whole thing.
Either using a Master Repeat at the end or a DC I get back to the start (though the lyrics think it's verse 1)
But when it gets to the First Special Ending everything stops dead.  End of.

How do I get it to go through a second time, for verse 2 with all the repeated sections.
(by the way, local repeats won't work because they can't have special endings!)

PS  If I put 1 & D by the first Special Ending, it then, on the repeat goes through this to the first master close repeat, but again stops dead.

Help!
Richard

 

Re: Repeat whole song including repeats

Reply #1
Have you tried a combination of a  master repeat within a local repeat?

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Clef|Type:Treble
|Bar|Style:LocalRepeatClose|Repeat:2
|Note|Dur:Whole|Pos:-6
|Bar|Style:MasterRepeatOpen
|Note|Dur:Whole|Pos:-5
|Bar
|Note|Dur:Whole|Pos:-4
|Bar
|Note|Dur:Whole|Pos:-3
|Bar
|Ending|Endings:1
|Note|Dur:Whole|Pos:-2
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Note|Dur:Whole|Pos:-1
|Bar
|Note|Dur:Whole|Pos:0
|Bar|Style:LocalRepeatClose|Repeat:2
!NoteWorthyComposerClip-End
Always look on the bright side of life!

Re: Repeat whole song including repeats

Reply #2
Thanks - that pretty much does it!