Skip to main content
Topic: Adjusting slurs using "phantom notes" (Read 12178 times) previous topic - next topic

Adjusting slurs using "phantom notes"

A few simple fixes for some recurring slur problems. None of these require a layer or a separate playback staff.

In each example, the problem is the extreme curvature of the slur in Print Preview.
Unchecking 'Increase spacing for longer notes' makes the curvature even more extreme.

The solution presented here is to change NWC2's apparent vertical start and/or end of the slur using "phantom notes".
The phantom notes are headless notes that are muted by tieing a headless muted grace note into them.

The music up to the Section Close shows the problem. The music after, a solution.
The grace notes used to move the slurs are in red. They are muted by the objects in orange

1) A slur is displaced by a flat.
Quote
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:4th|Pos:1
|Note|Dur:4th,Slur|Pos:1
|Note|Dur:4th,Dotted,Slur,Accent|Pos:2
|Note|Dur:8th|Pos:b3
|Bar|Style:SectionClose
|Note|Dur:4th|Pos:1
|Note|Dur:4th,Slur|Pos:1
|Note|Dur:4th,Dotted,Slur,Accent|Pos:2
|Note|Dur:Whole,Grace|Pos:5z^|Opts:NoLegerLines,Muted|Visibility:Never
|Chord|Dur:8th|Pos:b3|Opts:Stem=Down[red]|Dur2:Whole|Pos2:5z[/red]
!NoteWorthyComposerClip-End

2) A slur end on an upstem note. Note the stem length of override on the last note.
This makes the slur end look like it seeks the center of the note stem rather than its head.
Quote
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:4th|Pos:1
|Note|Dur:4th,Slur|Pos:1
|Note|Dur:4th,Dotted,Slur,Accent|Pos:2
|Note|Dur:8th|Pos:-1|Opts:Stem=Up
|Bar|Style:SectionClose
|Note|Dur:4th|Pos:1
|Note|Dur:4th,Slur|Pos:1
|Note|Dur:4th,Dotted,Slur,Accent|Pos:2
|Note|Dur:Whole,Grace|Pos:2z^|Opts:NoLegerLines,Muted|Visibility:Never
|Chord|Dur:8th|Pos:-1,2z|Opts:Stem=Up,StemLength=1
!NoteWorthyComposerClip-End

3) A slur end on a downstem note. Here, both the start and end are altered.
This is a bit longer than the others since it is from an actual piece of music.
Quote
!NoteWorthyComposerClip(2.0,Single)
|Key|Signature:Bb
|Dynamic|Style:p|Pos:-8|Justify:Center|Placement:BestFitForward
|Note|Dur:Whole,Slur|Pos:-5^|Opts:Slur=Upward
|Bar
|Note|Dur:4th,Slur|Pos:-5
|DynamicVariance|Style:Sforzando|Pos:-7|Justify:Center|Placement:AtNextNote|Visibility:Never
|Note|Dur:4th,Slur|Pos:-3|Opts:Crescendo
|Note|Dur:4th,Slur|Pos:-1|Opts:Crescendo
|Note|Dur:4th|Pos:2|Opts:Stem=Down,Crescendo
|Bar
|Dynamic|Style:f|Pos:-7|Justify:Center|Placement:BestFitForward
|Rest|Dur:Whole
|Bar|Style:SectionClose
|Key|Signature:Bb
|Dynamic|Style:p|Pos:-8|Justify:Center|Placement:BestFitForward
|Note|Dur:Whole,Grace|Pos:-3z^|Opts:NoLegerLines,Muted|Visibility:Never
|Chord|Dur:Whole,Slur|Pos:-5^,-3z|Opts:Slur=Upward
|Bar
|Note|Dur:4th,Slur|Pos:-5
|DynamicVariance|Style:Sforzando|Pos:-7|Justify:Center|Placement:AtNextNote|Visibility:Never
|Note|Dur:4th,Slur|Pos:-3|Opts:Crescendo
|Note|Dur:4th,Slur|Pos:-1|Opts:Crescendo
|Note|Dur:Whole,Grace|Pos:5z^|Opts:Crescendo,NoLegerLines,Muted|Visibility:Never
|Chord|Dur:4th|Pos:2|Opts:Stem=Down,Crescendo|Dur2:Whole|Pos2:5z
|Bar
|Dynamic|Style:f|Pos:-7|Justify:Center|Placement:BestFitForward
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
Registered user since 1996

 

Re: Adjusting slurs using "phantom notes"

Reply #1
Hi, Rick

Great solution! This has been the problem I was thinking about.
I'd like to use this way for my music from now on.

But in case 1), if the last Eb is higher Ab, an extra leger line appears.
Do you have any idea?

Re: Adjusting slurs using "phantom notes"

Reply #2
If the visible notes need no leger lines, the "No Leger Lines" check box can be used. This has worked for me in most cases, but sometimes this method cannot be used.

I have sometimes also had problem using this method when the slurs end at dotted notes, in which case extra dots appear at the headless notes.

Christian
NWC on Ubuntu Linux/Wine

Re: Adjusting slurs using "phantom notes"

Reply #3
But in case 1), if the last Eb is higher Ab, an extra leger line appears.
Do you have any idea?
Leger lines can be hidden, and as of NWC 2.5, a cue-sized text entry can simulate the missing leger line:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|Note|Dur:4th|Pos:4
|Note|Dur:4th,Slur|Pos:4
|Note|Dur:4th,Dotted,Slur,Accent|Pos:5
|Text|Text:"CC"|Font:StaffCueSymbols|Pos:6|Justify:Center|Placement:AtNextNote
|Chord|Dur:4th|Pos:b6|Opts:Stem=Down,NoLegerLines|Dur2:Whole|Pos2:8z
!NoteWorthyComposerClip-End
Registered user since 1996