Re: Stacked Rests
Reply #3 –
I don't know what you mean by "write it into the code."
You can also use layers:!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Rest|Dur:4th|Opts:VertOffset=4
|Note|Dur:4th|Pos:4|Opts:Stem=Up
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Rest|Dur:8th|Opts:VertOffset=-4
|Note|Dur:8th|Pos:0
|Note|Dur:4th|Pos:-1|Opts:Stem=Down
!NoteWorthyComposer-End
Yes, but if you don't want to see the quarter rest, don't put it in.
It can be confusing if you can't see the rests.
When you have 2 or more voices on a staff that pause for different durations, but you can also do this:!NoteWorthyComposerClip(2.751,Single)
|Rest|Dur:8th
|RestChord|Dur:8th|Opts:Stem=Up|Dur2:8th|Pos2:0
|Chord|Dur:4th|Pos:-1|Opts:Stem=Down|Dur2:4th|Pos2:4
!NoteWorthyComposerClip-End