Re: Double Bar Line should not affect flow (serious bug)
Reply #1 –
Yes - this is one of the two NWC surprises with playback (the other is that accidentals shift also notes an octave higher and lower).
My solution is that I now don't use double bars, but two single bars with a spacer of length 0.25 in between:
!NoteWorthyComposerClip(2.751,Single)
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Bar
|Spacer|Width:25
|Bar
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Note|Dur:4th|Pos:0|Opts:Stem=Down
|Bar
!NoteWorthyComposerClip-End
The attachment shows that measure numbers are still correct with this trick; and that line breaks work as expected (i.e., both single bars end up in the upper line).
H.M.