NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Rick G. on 2006-11-27 08:55 AM

Title: Hanging ties (aka, stuck notes)
Post by: Rick G. on 2006-11-27 08:55 AM
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
Title: Re: Hanging ties (aka, stuck notes)
Post by: David Palmquist on 2006-11-27 04:27 PM
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