Skip to main content
Topic: Compound Beaming (Read 2361 times) previous topic - next topic

Compound Beaming

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?

Re: Compound Beaming

Reply #1
There's only a solution: layering.

 

Re: Compound Beaming

Reply #2
There's only a solution: layering.
Agreed. Like this:
Code: (nwc) [Select · Download]
!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
Registered user since 1996