Yeah, that's what I'm running into, Fitzclan. I'm not sure how to fix it, though-something like this?
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|TimeSig|Signature:5/4
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:-1
|Note|Dur:8th|Pos:-2
|Note|Dur:8th|Pos:-1
|Note|Dur:4th|Pos:-3^
|Bar
|Note|Dur:Whole|Pos:-3^
|Note|Dur:4th|Pos:-3|Visibility:Never
!NoteWorthyComposerClip-End
Unfortunately, the tie (required for playback) does not have visibility properties.
And it gets a lot more complex for 3/4 situations...
Best I can do is:
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|TimeSig|Signature:3/4
|Text|Text:"j"|Font:User6|Pos:3
|Note|Dur:Half,Dotted|Pos:0|Visibility:Never
!NoteWorthyComposerClip-End
(User 6 is set to NWC2STDA)