Re: Repeat endings problem
I have a medley of songs that is 106 measures long from beginning to end. I want the song to play through measure 100, then repeat back to measure 87. Then play through measure 96, then skip to measure 101 and play to the end of the song. Sounds simple enough.
IOW:
1-86 is A
87-96 is B
97-100 is C
101 to the end is D
You want ABCBD
!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryBottom:20
|Lyric1|Text:"a b c d\r\n"
|Lyric2|Text:"a b c d\r\n"
|Lyric3|Text:"a b c d\r\n"
|Note|Dur:Half|Pos:-1
|Bar|Style:MasterRepeatOpen
|Ending|Endings:1,2
|Note|Dur:Half|Pos:0
|Ending|Endings:2
|Bar|Style:MasterRepeatClose
|Ending|Endings:1
|Note|Dur:Half|Pos:1
|Bar|Style:MasterRepeatClose
|Note|Dur:Half|Pos:2
|Bar|Style:SectionClose
!NoteWorthyComposer-End