I've got 2 eighth notes with down stems beneath 2 eighth notes with up stems (chorded) but I can't get the beam command to beam both the top and bottom. Any help?
There's only a solution: layering.
Agreed. Like this:
!NoteWorthyComposer(2.51)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:8th|Pos:0|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Up,Beam=End
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Note|Dur:8th|Pos:-2|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Down,Beam=End
!NoteWorthyComposer-End