Skip to main content
Topic: Can ties bend like slurs? (Read 5543 times) previous topic - next topic

Can ties bend like slurs?

The tricks that help manipulating the slur curve don't seem to work with ties. So much that I often replace a tie with a slur, as long as I don't care about playback it's the only solution I have found. Anything better?

In this example I have inserted an invisible grace rest to in the middle of the slur and did the same to the tie. AYCS it fixed the slur curve but did not affect the tie.
 
!NoteWorthyComposerClip(2.5,Single)
|Clef|Type:Treble|OctaveShift:Octave Down
|Text|Text:"Slur"|Font:User4|Pos:9|Placement:AtNextNote
|Note|Dur:8th,Slur|Pos:-1|Opts:Stem=Down,StemLength=8
|Bar
|Rest|Dur:8th,Grace|Opts:VertOffset=1|Visibility:Never
|TimeSig|Signature:2/4
|Note|Dur:8th|Pos:-1|Opts:Stem=Down,StemLength=5,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Down,StemLength=5,Beam=End
|Note|Dur:4th|Pos:2|Opts:Stem=Down
|Bar|Style:SectionClose
|Text|Text:"Tie"|Font:User4|Pos:9|Placement:AtNextNote
|Note|Dur:8th|Pos:-1^|Opts:Stem=Down,StemLength=8
|Bar
|Rest|Dur:8th,Grace|Opts:VertOffset=1|Visibility:Never
|TimeSig|Signature:2/4
|Note|Dur:8th|Pos:-1|Opts:Stem=Down,StemLength=5,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Down,StemLength=5,Beam=End
|Note|Dur:4th|Pos:2|Opts:Stem=Down
!NoteWorthyComposerClip-End

Re: Can ties bend like slurs?

Reply #1
Quote from: Alfred's Essential Dictionary of Musical Notation
If a time signature interrupts a tie, break the tie to avoid colliding with the time signature.

I would set "Highlight 2" to "white" and do something like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:8th|Pos:-1^|Opts:StemLength=8
|Spacer|Width:125
|Text|Text:"_{{{{"|Font:StaffSymbols|Pos:-3|Placement:AtNextNote|Color:2
|Bar
|TimeSig|Signature:2/4|Visibility:Never
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=End
|Note|Dur:4th|Pos:2|Opts:Stem=Down
|Bar
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)
|Rest|Dur:8th|Visibility:Never
|Bar
|TimeSig|Signature:2/4
|RestChord|Dur:8th|Opts:Stem=Up,NoLegerLines,Muted,HideRest|Dur2:Whole|Pos2:-6z
|Rest|Dur:8th|Visibility:Never
|Rest|Dur:4th|Visibility:Never
|Bar
!NoteWorthyComposer-End
Registered user since 1996

Re: Can ties bend like slurs?

Reply #2
Thanks Rick,
So now the tie will be broken by the time signature. It certainly looks better than before, but adding an extra staff just to do that feels like a lot of work to me. So for the time being I think I'll stick with the slur, as it also has the advantage of being able to go around the time signature without having its line broken. 

I hope that in the future the extremities of the slur and tie line will be editable:
1) right-or-left-or-center of notehead -
2) vertical offset versus notehead 
3) horizontal offset.

And of course the line curve should also be editable with and whithout the help of phantom rests/notes.

Re: Can ties bend like slurs?

Reply #3
adding an extra staff just to do that feels like a lot of work to me.
Well then here's a really wonky one staff hack for you:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|Note|Dur:8th|Pos:-1^|Opts:StemLength=8
|Spacer|Width:125
|Text|Text:"  __2"|Font:StaffSymbols|Pos:0|Justify:Center|Placement:AtNextNote
|Text|Text:"  __4"|Font:StaffSymbols|Pos:-4|Justify:Center|Placement:AtNextNote
|TimeSig|Signature:2/4|Visibility:Never
|Bar
|Spacer|Width:50
|Ending|VertOffset:-7
|Ending|VertOffset:-9
|Ending|VertOffset:-11
|Ending|VertOffset:-13
|Ending|VertOffset:-15
|Boundary|Style:Gap|Width:120|SystemConnections:N
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam=End
|Note|Dur:4th|Pos:2|Opts:Stem=Down
|Bar
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
I wouldn't give odds on it working much past NWC 2.5 :)
Registered user since 1996

Re: Can ties bend like slurs?

Reply #4
Quite elementary, how didn't I figure it out myself...
So now instead of adding and extra staff all that is needed is and extra life :-). But chapeau anyway!   

wouldn't give odds on it working much past NWC 2.5 :)

Of course, the next upgrade of NWC will solve everything!