Skip to main content
Topic: 2nd Time To Coda (Read 1535 times) previous topic - next topic

2nd Time To Coda

I've seen this flow direction before.  For "NWC Playback Purposes" is there a way to cause this to occur during playback without having to string the first two verses end-to-end?

Re: 2nd Time To Coda

Reply #1
This is the basic form:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryBottom:20
|Lyrics|Align:Standard Rules
|Lyric1|Text:"V1\n"
|Lyric2|Text:"V2\n"
|Spacer|Width:700
|Note|Dur:Half|Pos:-1
|Text|Text:"2nd time to Coda"|Font:StaffItalic|Pos:10|Justify:Right|Placement:AtNextNote
|Bar|Style:MasterRepeatClose
|Flow|Style:Coda|Pos:9
|Note|Dur:Half|Pos:0
|Bar|Style:SectionClose
!NoteWorthyComposer-End

You probably have something more complex, which you will need to describe  :) 
Registered user since 1996

 

Re: 2nd Time To Coda

Reply #2
Thank you sir.  This helps a lot!