Re: Whole measure rests and grace notes
Reply #1 –
I have no opinion on the bug part. Here are a couple of ways to get what you want:!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|TimeSig|Signature:3/4
|RestMultiBar|NumBars:1|PrintOnce:N|WhenHidden:ShowRests|Visibility:Never
|Note|Dur:8th,Grace|Pos:-1
|Bar
|Text|Text:" l"|Font:StaffSymbols|Pos:2|Placement:AtNextNote
|RestMultiBar|NumBars:1|PrintOnce:N|Visibility:Never
|Note|Dur:8th,Grace|Pos:-1
|Bar
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)
|TimeSig|Signature:3/4
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
!NoteWorthyComposer-End