Re: Repeat endings problem
Reply #2 –
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