NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: the black cat on 2015-09-15 06:16 am

Title: Question of Repeats
Post by: the black cat on 2015-09-15 06:16 am
Setting: using master repeat open & close, & the music is of either form: intro:A:A:B:C:A:A or intro:A:A:C:A; (where A can have multiple special endings). Written: at the end of C a DS al Fine operates, where the Segno is just before the beginning of A, & the Fine is at the last special ending. Noteworthy jumps ok but loses the plot with any repeats or special endings.
Title: Re: Question of Repeats
Post by: Richard Woodroffe on 2015-09-15 06:50 am
After a DS instruction, any repeats are ignored, it just uses the first time (this is normal in music and you need to do much work to get round this in Noteworthy if that's what you need) but if you need to use a particular  special ending, you will need to use the "D" special ending rather than one of the Numbers - So for example, if you need it to go to the 4th special ending, then that special ending should look like :

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.51,Single)
|Ending|Endings:4,D
|Bar|Style:MasterRepeatClose
!NoteWorthyComposerClip-End
Title: Re: Question of Repeats
Post by: Rick G. on 2015-09-16 04:57 am
After a DS instruction, any repeats are ignored, it just uses the first time (this is normal in music and you need to do much work to get round this in Noteworthy if that's what you need
Not so much:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.0)
|PgSetup|StaffSize:18
|Font|Style:StaffItalic|Size:11.25
|Font|Style:StaffBold|Size:9
|Font|Style:StaffLyric|Size:7.88
|StaffProperties|EndingBar:Open (hidden)|BoundaryBottom:28
|Lyrics|Align:Standard Rules
|Lyric1|Text:"Intro A A1\n"
|Lyric2|Text:"_ A _ A2 B C\n"
|Lyric3|Text:"_ A A1\n"
|Lyric4|Text:"_ A _ A2\n"
|Note|Dur:Half|Pos:-1
|Text|Text:"x__"|Font:StaffSymbols|Pos:6.5|Justify:Right|Placement:AtNextNote
|Bar|Style:MasterRepeatOpen
|Note|Dur:Half|Pos:0
|Text|Text:" 1."|Font:StaffBold|Pos:9|Placement:AtNextNote
|Bar
|Ending|Endings:1,3|HideText:Y
|Note|Dur:Half|Pos:1
|Bar|Style:MasterRepeatClose
|Text|Text:" 2."|Font:StaffBold|Pos:9|Placement:AtNextNote
|Bar|Visibility:Never
|Ending|Endings:2,4|HideText:Y
|Note|Dur:Half|Pos:2
|Flow|Style:Fine|Pos:-8|Justify:Right|Placement:AtNextNote
|Bar|Style:Double
|Ending|Endings:2|Visibility:Never
|Note|Dur:Half|Pos:3
|Bar|Style:Double
|Ending|Endings:2|Visibility:Never
|Note|Dur:Half|Pos:4
|Bar|Style:MasterRepeatClose|Visibility:Never
|Text|Text:"D.S. al Fine"|Font:StaffItalic|Pos:9.5|Justify:Right|Placement:AtNextNote
|Bar|Style:Double
!NoteWorthyComposer-End
Title: Re: Question of Repeats
Post by: NoteWorthy Online on 2015-09-16 10:12 am
Just to be clear, in Rick's example above, the Dal Segno instructions are fake, inserted as text. He uses hidden endings to accomplish the play back flow.
Title: Re: Question of Repeats
Post by: Rick G. on 2015-09-16 10:24 am
He uses hidden endings to accomplish the play back flow.
I also used a hidden 'Master Repeat Close'
Title: Re: Question of Repeats
Post by: Opagust on 2015-09-16 12:13 pm
Rick, you'r repeatedly a master in faking and hiding! ;)
I mute after this.