Skip to main content
Topic: Hanging ties (aka, stuck notes) (Read 2180 times) previous topic - next topic

Hanging ties (aka, stuck notes)

3 ways to create a hanging tie.  I don't consider any of them bugs.
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble|OctaveShift:Octave Up
|Instrument|Name:"Flute"|Patch:73|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:8
|Note|Dur:Whole|Pos:0^
|Bar
|Clef|Type:Treble|Visibility:Never
|Note|Dur:4th|Pos:0
|Rest|Dur:4th
|Rest|Dur:Whole
|Bar
|Note|Dur:Whole|Pos:2^
|Bar
|Instrument|Name:"8va"|Trans:12|DynVel:10,30,45,60,75,92,108,127|Pos:7
|Note|Dur:4th|Pos:2
|Rest|Dur:4th
|Rest|Dur:Whole
|Bar
|Note|Dur:Whole|Pos:-2^
|Bar
|Text|Text:"(muted)"|Font:PageSmallText|Pos:7|Justify:Center|Placement:AtNextNote
|Note|Dur:4th|Pos:-2|Opts:Muted
|Rest|Dur:4th
|Rest|Dur:Whole
|Bar
!NoteWorthyComposerClip-End
They are things to look for if you have a stuck note
Registered user since 1996

 

Re: Hanging ties (aka, stuck notes)

Reply #1
This can be used too, if you want the visible effect:

!NoteWorthyComposerClip(2.0,Single)
|Bar
|Note|Dur:Whole|Pos:2^
|Bar
|Note|Dur:4th,Grace|Pos:2z|Opts:StemLength=0,Muted|Visibility:Never
|Rest|Dur:Whole
|Bar
!NoteWorthyComposerClip-End