NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Peter Edwards on 2016-12-08 02:03 pm

Title: Missing Slur at System Break
Post by: Peter Edwards on 2016-12-08 02:03 pm
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.
Title: Re: Missing Slur at System Break
Post by: NoteWorthy Online on 2016-12-08 02:07 pm
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
Title: Re: Missing Slur at System Break
Post by: Peter Edwards on 2016-12-08 03:09 pm
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
Title: Re: Missing Slur at System Break
Post by: NoteWorthy Online on 2016-12-08 04:10 pm
Thanks. Looking into it...
Title: Re: Missing Slur at System Break
Post by: NoteWorthy Online on 2016-12-08 11:42 pm
This should be fixed in 2.75a Beta 6.
Title: Re: Missing Slur at System Break
Post by: Peter Edwards on 2016-12-26 09:31 am
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)
Title: Re: Missing Slur at System Break
Post by: NoteWorthy Online on 2016-12-26 03:50 pm
fixed the prior post's bad formatting...looking into the issue
Title: Re: Missing Slur at System Break
Post by: NoteWorthy Online on 2016-12-31 10:21 am
Fixed in 2.75a Beta 9.