Skip to main content
Topic: Trailing slurred grace notes (Read 2774 times) previous topic - next topic

Trailing slurred grace notes

With bowed instruments, slurs are usually used to indicate notes played with the bow moving in the same direction.  Near the end of a phrase there may be a grace note or two trailing an ordinary note, but the bow won't change direction until the last note.  Is there any workaround to produce the image on the attachment?  I can't stop the slur.
Since 1998

Re: Trailing slurred grace notes

Reply #1
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Spacer|Width:150
|Bar
|DynamicVariance|Style:Rinforzando|Pos:-9|Visibility:Never
|Note|Dur:8th|Pos:3|Opts:Stem=Down,Crescendo,Beam=First
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Crescendo,Beam=End
|Note|Dur:4th|Pos:3^
|Note|Dur:8th|Pos:3|Opts:Stem=Down,Beam=First
|Note|Dur:16th,Triplet=First,Slur|Pos:4|Opts:Stem=Down,Beam
|Note|Dur:16th,Triplet,Slur|Pos:5|Opts:Stem=Down,Beam
|Note|Dur:16th,Triplet=End|Pos:6|Opts:Stem=Down,Beam=End
|DynamicVariance|Style:Rinforzando|Pos:-7|Visibility:Never
|RestChord|Dur:8th,Slur|Opts:Stem=Up,Diminuendo,Slur=Downward,ArticulationsOnStem,HideRest|Dur2:4th,Slur|Pos2:#2
|Rest|Dur:16th,Slur|Opts:Stem=Up,Diminuendo,VertOffset=7|Visibility:Never
|Note|Dur:16th,Grace|Pos:1|Opts:Stem=Up,Diminuendo,Beam=First
|Spacer|Width:33
|Note|Dur:16th,Grace|Pos:2|Opts:Stem=Up,Diminuendo,Beam=End
|Spacer|Width:25
|Note|Dur:16th|Pos:3|Opts:Stem=Up,NoLegerLines,Muted|Visibility:Never
|Spacer|Width:50
|Bar
|Text|Text:"R__"|Font:StaffSymbols|Pos:-8|Justify:Right|Placement:AtNextNote
|Note|Dur:Half|Pos:3
!NoteWorthyComposer-End
Registered user since 1996

Re: Trailing slurred grace notes

Reply #2
Nice solution to the problem.

Re: Trailing slurred grace notes

Reply #3
Thanks, Rick.  If there was a solution to this, you would be most likely to find it.
Since 1998