Unless I'm missing something, I reckon that's just about perfect. The only things I've found that need attention are:
a) Augmentation dots - should all align vertically AND the should only be one per space - I know this was looked at before with some difficulty...
and
b) Combined articulations on split stem chords seem to not work
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:4th,Staccato|Pos:0|Opts:Stem=Up
|Note|Dur:4th,Accent|Pos:0|Opts:Stem=Down
!NoteWorthyComposerClip-End
and
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:4th,Staccato|Pos:0|Opts:Stem=Up,ArticulationsOnStem
|Note|Dur:4th,Accent|Pos:0|Opts:Stem=Down,ArticulationsOnStem
!NoteWorthyComposerClip-End
if created as a split stem chord end up with only one articulation:
You get this:
!NoteWorthyComposerClip(2.0,Single)
|Chord|Dur:4th,Staccato|Pos:0o|Opts:Stem=Up|Dur2:4th|Pos2:0o|Color:0|Visibility:Default
|Chord|Dur:4th,Staccato|Pos:0|Opts:Stem=Up,ArticulationsOnStem|Dur2:4th|Pos2:0
!NoteWorthyComposerClip-End
instead of this:
!NoteWorthyComposerClip(2.0,Single)
|Chord|Dur:4th,Staccato,Accent|Pos:0o|Opts:Stem=Up|Dur2:4th|Pos2:0o|Color:0|Visibility:Default
|Chord|Dur:4th,Staccato,Accent|Pos:0|Opts:Stem=Up,ArticulationsOnStem|Dur2:4th|Pos2:0
!NoteWorthyComposerClip-End