Skip to main content
Topic: Signature misalignment after Special Ending (Beta 2.14 bug) (Read 2544 times) previous topic - next topic

Signature misalignment after Special Ending (Beta 2.14 bug)

Create 2 staves and copy the code into each of them.
One would expect items on identical staves to align vertically, but after a Special Ending, Clefs, KeySigs and TimeSigs do not.
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:F#,C#
|TimeSig|Signature:Common
|Rest|Dur:Whole
|Bar
|Ending|Endings:1
|TimeSig|Signature:3/4
|Rest|Dur:Whole
|Bar|Style:MasterRepeatClose
|Ending|Endings:2
|Clef|Type:Treble
|Key|Signature:F#,C#
|Rest|Dur:Whole
|Bar|Style:MasterRepeatClose
|Clef|Type:Treble
|Key|Signature:F#,C#
|Ending|Endings:3
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
Registered user since 1996

Re: Signature misalignment after Special Ending (Beta 2.14 bug)

Reply #1
I too see the same problem, using Windows XP Pro.

There are two things that seem to trigger it, Rick. 

It's unusual to have a key signature in a special ending - if you remove them, the alignment improves, but I don't think it's the real problem.

I think the issue is the different default visibility characteristics of the special endings between staffs.  The top one is always visible, the lower ones default to invisible.  You'll notice that if you change the second staff setting to "always," they will align. However, that's not what you normally want in a piano part or a score. 

In a nutshell, there's something different about spacing between visible and invisible endings.

I hope I've found a clue for Eric to work with.



Re: Signature misalignment after Special Ending (Beta 2.14 bug)

Reply #2
Yep. It's a visibility problem. This aligns just fine:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:F#,C#
|TimeSig|Signature:Common
|Rest|Dur:Whole
|Bar
|Ending|Endings:1|Visibility:Never
|TimeSig|Signature:3/4
|Rest|Dur:Whole
|Bar|Style:MasterRepeatClose
|Ending|Endings:2|Visibility:Never
|Clef|Type:Treble
|Key|Signature:F#,C#
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
It is unusual to have signature items in a special ending. Otherwise it wouldn't have taken several weeks to be reported.
Visible/invisible Clefs don't vertically align any more either. See:Beta 2.11 Signature visibility bug
Registered user since 1996

 

Re: Signature misalignment after Special Ending (Beta 2.14 bug)

Reply #3
I'm glad I'm just a user of the program, not the developer.  What a nightmare Eric faces, eh?