NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Cyril N. Alberga on 2004-09-16 02:16 AM

Title: Slur from Grace note to Chord
Post by: Cyril N. Alberga on 2004-09-16 02:16 AM
If a grace note is slured to a chord it may not be connected to the "most reasonable" note.

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:8th,Grace,Slur|Pos:4
|Chord|Dur:4th,Accent|Pos:-2,5|Opts:Stem=Down
!NoteWorthyComposerClip-End
In this case the slur goes from to a note rather far removed from the grace note, rather than the nearby one.  In fact, if you enter the grace note, then the upper note of the chord, then the lower, you will see the slur jump from the upper to the lower.

In a case like this it is obvious, but if there were a cluster of notes in the range of the grace note I'm not sure what would be "correct".  Perhaps the slur could adhere to the first note entered in the chord.

There is a hack using layers, non-visible and muted notes.  Making the shur upward oriented keeps has it go to the upper note, but looks rather odd to me.

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:8th,Grace,Slur|Pos:4|Opts:Stem=Up,Slur=Upward
|Chord|Dur:4th,Accent|Pos:-2,5|Opts:Stem=Down
!NoteWorthyComposerClip-End
Any ideas -- mine are still to illformed to put in the wish-list.

Cyril
Title: Re: Slur from Grace note to Chord
Post by: David Palmquist on 2004-09-16 03:03 AM
I think I've wish-listed an option to set the vertical position of the start and end point of slur and tie arcs.  This grace note/chord thingie is another reason for that option to be developed.
Title: Re: Slur from Grace note to Chord
Post by: Rick G. on 2009-09-26 11:21 PM
Due to this change (https://forum.noteworthycomposer.com/?topic=6197.msg44138#msg44138) in the way muted grace notes are handled, here is a viable workaround:
Quote
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:8th,Grace,Slur|Pos:4
|Note|Dur:Whole,Grace|Pos:5z|Opts:NoLegerLines,Muted|Visibility:Never
|Chord|Dur:4th,Accent|Pos:-2,5|Opts:Stem=Down
!NoteWorthyComposerClip-End