Re: Flow direction oddities
Reply #1 –
The first one certainly is odd. I suspect NWC2 is so badly confused by it that some failsafe routine is stopping playback after 8 repeats. Otherwise it would go on forever ...
Another case of repeats and decorated barlines not playing well together.
#2 seems correct. It hits the D.C., then skips both 1 and 2 while looking for a Default Ending, as contrasted with:
!NoteWorthyComposerClip(2.0,Single)
|TimeSig|Signature:2/4
|PerformanceStyle|Style:Tenuto|Pos:9
|Note|Dur:Half|Pos:0
|Bar
|Ending|Endings:1
|Note|Dur:Half|Pos:1
|Bar|Style:Double
|Ending|Endings:2,D
|Note|Dur:Half|Pos:-1
|Bar|Style:Double
|Note|Dur:Half|Pos:4
|Bar|Style:MasterRepeatClose
!NoteWorthyComposerClip-End
or am I missing something?