NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: ItmightbeJB on 2019-02-09 08:18 pm

Title: 2nd verse same as the 1st (apologies to Herman's Hermits)
Post by: ItmightbeJB on 2019-02-09 08:18 pm
Is there a way to add, say, percussion to a verse on the 2nd time through 'only' without eliminating the repeat and making the score twice as long?
Title: Re: 2nd verse same as the 1st (apologies to Herman's Hermits)
Post by: William Ashworth on 2019-02-09 08:32 pm
Just write "(2nd time only)" in front of the lyric line.
Title: Re: 2nd verse same as the 1st (apologies to Herman's Hermits)
Post by: Rick G. on 2019-02-09 08:34 pm
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Clef|Type:Treble
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Bar|Style:MasterRepeatClose
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|StaffProperties|Volume:0|Channel:10
|Clef|Type:Percussion
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|MPC|Controller:vol|Style:Absolute|TimeRes:Quarter|SweepRes:1|Pt1:0,127|Pos:-7
|Bar|Style:MasterRepeatClose
!NoteWorthyComposer-End
Title: Re: 2nd verse same as the 1st (apologies to Herman's Hermits)
Post by: ItmightbeJB on 2019-02-10 04:37 pm
Thank you both.  This was an eye opener for me Rick G.  I hadn't even considered using the MPC Volume utility.  By setting it to zero prior to the Master Repeat Open then setting back to 127 just before the Master Repeat Close I got exactly what I wanted.  You guys are geniuses!   :))