NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Warren Porter on 2017-06-27 12:10 pm

Title: Ties at a repeat, appear unresolved.
Post by: Warren Porter on 2017-06-27 12:10 pm
In the following snippet (treble clef, A major) within the first ending, the ties are resolved after a previous Master Repeat Open.  In the first bar of the 2nd ending, the ties carry over looking for a resolution.  Fortunately the same tied chord is at the end of the measure.

Is there any way to eliminate the unwanted "lens" in that measure?  TIA
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Chord|Dur:8th|Pos:n-2,0
|Chord|Dur:4th|Pos:-1,1
|Chord|Dur:8th|Pos:-4^,-1^
|Chord|Dur:Half|Pos:-4^,-1^
|Bar
|Chord|Dur:Half,Dotted|Pos:-4,-1
|Rest|Dur:8th
|Chord|Dur:8th|Pos:-1^,1^
|Bar|Style:MasterRepeatClose
|Chord|Dur:Half|Pos:-8^,-6^,-4^
|Chord|Dur:4th,Dotted|Pos:-8,-6,-4
|Chord|Dur:8th|Pos:-1^,1^
|Bar
|Chord|Dur:8th|Pos:-1,1
|Chord|Dur:4th|Pos:-1,1
|Chord|Dur:8th|Pos:0^,2^
|Chord|Dur:8th|Pos:0,2
|Chord|Dur:4th|Pos:0,2
|Chord|Dur:8th|Pos:n-2^,0^
|Bar
|Chord|Dur:8th|Pos:-2,0
!NoteWorthyComposerClip-End
Title: Re: Ties at a repeat, appear unresolved.
Post by: Mike Shawaluk on 2017-06-27 02:20 pm
I don't see any first or second endings in your clip. You would probably need to include them to get the appearance you want. It's hard to tell exactly how it should look based on the incomplete snippet, but here is my reasonable guess:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Ending|Endings:1
|Chord|Dur:8th|Pos:n-2,0
|Chord|Dur:4th|Pos:-1,1
|Chord|Dur:8th|Pos:-4^,-1^
|Chord|Dur:Half|Pos:-4^,-1^
|Bar
|Ending|ClosedBracket:Y
|Chord|Dur:Half,Dotted|Pos:-4,-1
|Rest|Dur:8th
|Chord|Dur:8th|Pos:-1^,1^
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Chord|Dur:Half|Pos:-8^,-6^,-4^
|Chord|Dur:4th,Dotted|Pos:-8,-6,-4
|Chord|Dur:8th|Pos:-1^,1^
|Bar
|Chord|Dur:8th|Pos:-1,1
|Chord|Dur:4th|Pos:-1,1
|Chord|Dur:8th|Pos:0^,2^
|Chord|Dur:8th|Pos:0,2
|Chord|Dur:4th|Pos:0,2
|Chord|Dur:8th|Pos:n-2^,0^
|Bar
|Chord|Dur:8th|Pos:-2,0
!NoteWorthyComposerClip-End
Title: Re: Ties at a repeat, appear unresolved.
Post by: NoteWorthy Online on 2017-06-27 06:50 pm
Assuming this excerpt is really written as shown (with no special endings), then the following clip would better handle the hanging note events:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Chord|Dur:8th|Pos:-1^,1^
|Bar|Style:MasterRepeatClose
|Chord|Dur:4th,Grace|Pos:-1,1|Opts:StemLength=4.7|Visibility:Never
!NoteWorthyComposerClip-End
Title: Re: Ties at a repeat, appear unresolved.
Post by: Rick G. on 2017-06-27 07:12 pm
the following clip would better handle the hanging note events:
Or perhaps this:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Chord|Dur:8th|Pos:-1^,1^
|Bar|Style:MasterRepeatClose
|Chord|Dur:4th,Grace|Pos:-8^,-6^,-4^,-1,1|Visibility:Never
|Chord|Dur:Half|Pos:-8^,-6^,-4^
|Chord|Dur:4th,Dotted|Pos:-8,-6,-4
!NoteWorthyComposerClip-End
Title: Re: Ties at a repeat, appear unresolved.
Post by: Warren Porter on 2017-06-28 04:14 am
My bad.  The measures before the repeat were in the 1st ending and the 2nd ending was after the double bar.  I had added a muted, invisible, grace chord to absorb the ties but after adding 2nd ending in all parts I took out the MIGC with no ill effects.
Thanks for looking at it.  Learned something useful for the future so it wasn't a complete waste of everyone's time.