G'day Globbilink,
confirmed - it's my guess there's a bug in relation to split stem chords... I have a suspicion that Andrew didn't take 'em into account when he wrote it. I'll drop a note in the NG and see if he spots it.
For instance, this:
!NoteWorthyComposerClip(2.0,Single)
|Rest|Dur:Half
|Chord|Dur:4th,Triplet=First|Pos:-1|Opts:Stem=Up|Dur2:4th|Pos2:-3
|Chord|Dur:4th,Triplet|Pos:-1|Opts:Stem=Up|Dur2:4th|Pos2:-3
|Chord|Dur:4th,Triplet=End|Pos:-1|Opts:Stem=Up|Dur2:4th|Pos2:-3
|Bar
|Chord|Dur:4th|Pos:-1|Opts:Stem=Up|Dur2:4th|Pos2:-3
|Chord|Dur:Half|Pos:-1|Opts:Stem=Up|Dur2:Half|Pos2:-3
|Chord|Dur:4th|Pos:-1|Opts:Stem=Up|Dur2:4th|Pos2:#-3
!NoteWorthyComposerClip-End
results in this:
!NoteWorthyComposerClip(2.0,Single)
|Rest|Dur:Half
|Note|Dur:4th|Pos:-3|Opts:Stem=Up
|Note|Dur:4th|Pos:-3|Opts:Stem=Up
|Bar
|Note|Dur:Half|Pos:-3|Opts:Stem=Up
|Note|Dur:4th|Pos:#-3|Opts:Stem=Up
!NoteWorthyComposerClip-End
But this:
!NoteWorthyComposerClip(2.0,Single)
|Rest|Dur:Half
|Chord|Dur:4th,Triplet=First|Pos:-3,-1
|Chord|Dur:4th,Triplet|Pos:-3,-1
|Chord|Dur:4th,Triplet=End|Pos:-3,-1
|Bar
|Chord|Dur:4th|Pos:-3,-1
|Chord|Dur:Half|Pos:-3,-1
|Chord|Dur:4th|Pos:#-3,-1
!NoteWorthyComposerClip-End
works fine:
!NoteWorthyComposerClip(2.0,Single)
|Rest|Dur:Half
|Note|Dur:4th,Triplet=First|Pos:-3
|Note|Dur:4th,Triplet|Pos:-3
|Note|Dur:4th,Triplet=End|Pos:-3
|Bar
|Note|Dur:4th|Pos:-3
|Note|Dur:Half|Pos:-3
|Note|Dur:4th|Pos:#-3
!NoteWorthyComposerClip-End