NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: ItmightbeJB on 2018-11-16 05:17 pm

Title: Flow direction Errors
Post by: ItmightbeJB on 2018-11-16 05:17 pm
I wonder if one of you might help me with this file.  Having no formal training I'm still trying to learn on the fly here.  Specifically, flow directions and special endings are problematic for me.  I'm attaching this file of the song BROWN EYED GIRL in hopes you can spot my errors and steer me toward redemption.  I want the flow to be as follows:

Verse 1
Verse 2
Chorus
Verse 3
Chorus 2X
Out
Title: Re: Flow direction Errors
Post by: Rick G. on 2018-11-16 07:25 pm
This is the flow:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:16|BoundaryBottom:20
|Lyrics|Align:Standard Rules
|Lyric1|Text:"A B C D E F G\n"
|Lyric2|Text:"A B C D E F G\n"
|Lyric3|Text:"A B C D E F G\n"
|Lyric4|Text:"A B C D E F G\n"
|Text|Text:"pickup"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Style:MasterRepeatOpen|Visibility:Always
|Text|Text:"vamp"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Style:MasterRepeatClose|Visibility:Always
|Bar|Style:MasterRepeatOpen|Visibility:Always
|Ending|Endings:1,2,3|Visibility:Always
|Text|Text:"verse"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Visibility:Always
|Ending|Endings:1|Visibility:Always
|Text|Text:"v1 end"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Visibility:Always
|Ending|Endings:2,3|Visibility:Always
|Text|Text:"v2,3 end"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Visibility:Always
|Ending|Endings:1,2,3,4|Visibility:Always
|Text|Text:"chorus"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Style:MasterRepeatClose|Visibility:Always
|Text|Text:"out"|Font:StaffBold|Pos:8
|Rest|Dur:Whole|Opts:Lyric=Always
|Bar|Style:SectionClose|Visibility:Always
!NoteWorthyComposer-End
If you care about appearance, be careful with decorated bar lines.
They often need to be "faked" with text or put on non-playing layered staves.
Title: Re: Flow direction Errors
Post by: ItmightbeJB on 2018-11-17 12:11 am
Thank you so very much.  What do I do with this code?  Is this a copy/paste operation?  I haven't seen a place to enter code on the app.
Title: Re: Flow direction Errors
Post by: William Ashworth on 2018-11-17 12:32 am
It just LOOKS like code. It's actually an NWCtxt file - that's the way NWC normally stores your music.  Just select it all and hit the download button. It should save as [file].nwctxt; if it doesn't, add the .nwctxt extension. You can then load it directly into NWC.
Title: Re: Flow direction Errors
Post by: Rick G. on 2018-11-17 02:37 am
Just select it all and hit the download button.
Or select all, press CTRL+C, switch to NWC and press CTRL+SHFT+V
Title: Re: Flow direction Errors
Post by: ItmightbeJB on 2018-11-17 04:17 am
I got it!  I even understand it now.  Thank you again sir.