Skip to main content
Topic: Keep note from playing on second verse (Read 3660 times) previous topic - next topic

Keep note from playing on second verse

I have a song that has two verses.  In the first verse a note is played at the beginning of a phrase, but on the second verse that note is not supposed to be played.  How do I keep that first note from playing on the second verse and just skip to the next note? 

Thanks in advance,

Ron Davidson
Staunton, VA.

 

Re: Keep note from playing on second verse

Reply #1
Special Endings and Custom Dynamics:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|Ending|Endings:1|Visibility:Never
|Dynamic|Style:f|Pos:-7|Visibility:Never
|Ending|Endings:2|Visibility:Never
|Dynamic|Style:p|Opts:Velocity=1|Pos:-7|Visibility:Never
|Ending|Endings:1,2|Visibility:Never
|Note|Dur:4th|Pos:0
|Bar
|Dynamic|Style:f|Pos:-7|Visibility:Never
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:Half|Pos:0
|Bar|Style:MasterRepeatClose
!NoteWorthyComposerClip-End
Registered user since 1996