Skip to main content
Topic: Ties at a repeat, appear unresolved. (Read 3093 times) previous topic - next topic

Ties at a repeat, appear unresolved.

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
Since 1998

 

Re: Ties at a repeat, appear unresolved.

Reply #1
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

Re: Ties at a repeat, appear unresolved.

Reply #2
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

Re: Ties at a repeat, appear unresolved.

Reply #3
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
Registered user since 1996

Re: Ties at a repeat, appear unresolved.

Reply #4
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.
Since 1998