Re: Stacked Rests
Are you saying that you would need to write it into the code
I don't know what you mean by "write it into the code."
and that there is no way to do it otherwise? How exactly does one do that?
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
Could you make one or more of those rests invisible?
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.
And when would you need to use this trick?
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