NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: ItmightbeJB on 2019-11-01 06:47 pm

Title: 2nd Time To Coda
Post by: ItmightbeJB on 2019-11-01 06:47 pm
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?
Title: Re: 2nd Time To Coda
Post by: Rick G. on 2019-11-01 08:17 pm
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  :) 
Title: Re: 2nd Time To Coda
Post by: ItmightbeJB on 2019-11-01 08:48 pm
Thank you sir.  This helps a lot!