Skip to main content
Topic: Grace notes with duration (Read 3103 times) previous topic - next topic

Grace notes with duration

I had started to create a new tool which would add hidden rests after selected grace notes, but hit a brick wall when I saw grace notes can't be beamed or tripletized when a rest comes between them.  Any way around this?  Any plans to make real durations an optional attribute of notes and chords?  Perhaps a new type of notes to be used as cues?

This was referenced in a user tip.
Since 1998

Re: Grace notes with duration

Reply #1
No, but you can beam over a multibar rest:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.51)
|Locale|ACP:1252
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|TimeSig|Signature:1/8|Color:4
|Spacer|Width:150
|Note|Dur:8th,Grace,Slur|Pos:2|Opts:Stem=Up,Slur=Upward,Beam=First
|Spacer|Width:0|Color:1
|RestMultiBar|NumBars:1|PrintOnce:N|WhenHidden:ShowRests|Color:4|Visibility:Never
|Spacer|Width:0|Color:1
|Note|Dur:8th,Grace,Slur|Pos:2|Opts:Stem=Up,Beam
|Spacer|Width:0|Color:1
|RestMultiBar|NumBars:1|PrintOnce:N|WhenHidden:ShowRests|Color:4|Visibility:Never
|Spacer|Width:0|Color:1
|Note|Dur:8th,Grace|Pos:2|Opts:Stem=Up,Beam=End
|Spacer|Width:0|Color:1
|RestMultiBar|NumBars:1|PrintOnce:N|WhenHidden:ShowRests|Color:4|Visibility:Never
|Spacer|Width:0|Color:1
|Bar
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10
|StaffProperties|Channel:2
|TimeSig|Signature:3/8
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam=End
|Bar
!NoteWorthyComposer-End
Registered user since 1996