Skip to main content
Topic: Question of Repeats (Read 2628 times) previous topic - next topic

Question of Repeats

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.

Re: Question of Repeats

Reply #1
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
Rich.

Re: Question of Repeats

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

 

Re: Question of Repeats

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


Re: Question of Repeats

Reply #5
Rick, you'r repeatedly a master in faking and hiding! ;)
I mute after this.
Always look on the bright side of life!