Skip to main content
Topic: Flow direction Errors (Read 2101 times) previous topic - next topic

Flow direction Errors

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

Re: Flow direction Errors

Reply #1
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.
Registered user since 1996

 

Re: Flow direction Errors

Reply #2
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.

Re: Flow direction Errors

Reply #3
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.


Re: Flow direction Errors

Reply #5
I got it!  I even understand it now.  Thank you again sir.