Skip to main content
Topic: Missing Slur at System Break (Read 3171 times) previous topic - next topic

Missing Slur at System Break

If a note is slurred over an "Open" bar line (i.e. Master/Local Repeat or Section) then it appears as expected unless the bar line is on a system break when the slur on the top system disappears. The lower one is still present however.

Re: Missing Slur at System Break

Reply #1
Seems to work for me:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th,Slur|Pos:0
|Bar|Style:MasterRepeatOpen
|Note|Dur:4th,Slur|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th,Slur|Pos:0
|Bar
|Ending|Endings:1
|Note|Dur:4th,Slur|Pos:0
|Note|Dur:4th,Slur|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Bar|Style:MasterRepeatClose|SysBreak:Y
|Ending|Endings:2
|Note|Dur:4th,Slur|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Bar|Style:SectionClose
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:0
!NoteWorthyComposerClip-End

Re: Missing Slur at System Break

Reply #2
Yes, it works for the "Close" bar lines, but not for the "Open" ones.
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|Key|Signature:C|Tonic:C
|TimeSig|Signature:Common
|Note|Dur:4th|Pos:-6
|Note|Dur:4th|Pos:-5
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-3
|Bar
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th,Slur|Pos:1
|Bar|Style:MasterRepeatOpen|SysBreak:Y
|Note|Dur:4th|Pos:2
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:0
|Note|Dur:4th|Pos:-1
|Bar
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-3
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-5
|Bar|Style:MasterRepeatClose
|Note|Dur:Half|Pos:-6
!NoteWorthyComposerClip-End

Re: Missing Slur at System Break

Reply #3
Thanks. Looking into it...

 

Re: Missing Slur at System Break

Reply #4
This should be fixed in 2.75a Beta 6.

Re: Missing Slur at System Break

Reply #5
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|Key|Signature:C|Tonic:C
|TimeSig|Signature:Common
|Note|Dur:4th|Pos:-6
|Note|Dur:4th|Pos:-5
|Note|Dur:4th|Pos:-4
|Note|Dur:4th|Pos:-3
|Bar
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th,Slur|Pos:1
|Bar|Style:MasterRepeatOpen|SysBreak:Y
|Note|Dur:4th|Pos:2
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:0
|Note|Dur:4th,Slur|Pos:-1
|Bar
|Ending|Endings:1|ClosedBracket:Y
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-1
|Note|Dur:4th|Pos:0
|Note|Dur:4th,Slur|Pos:1
|Bar|Style:MasterRepeatClose
|Ending|Endings:2|ClosedBracket:Y
|Note|Dur:Half|Pos:-6
!NoteWorthyComposerClip-End

Has the fix for this introduced a new error? The slur in the first time bar shouldn't cross the Master Repeat Close since it refers to the first note in the repeated section. However the slur from just before the First Time Bar is handled correctly applying as it should to two separate notes.

Spoiler (click to show/hide)

Re: Missing Slur at System Break

Reply #6
fixed the prior post's bad formatting...looking into the issue

Re: Missing Slur at System Break

Reply #7
Fixed in 2.75a Beta 9.