Skip to main content
Topic: Whole Measure Rest alignment bug (Beta 2.22) (Read 3855 times) previous topic - next topic

Whole Measure Rest alignment bug (Beta 2.22)

Layer:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Rest|Dur:Whole
|Bar|SysBreak:Y
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
with:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:Bb,Eb,Ab
|TimeSig|Signature:Common
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
Whole Measure Rests align in the editor, but not in Print Preview.
Workaround is to add invisible barlines:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Bar|Visibility:Never
|Rest|Dur:Whole
|Bar|SysBreak:Y
|Bar|Visibility:Never
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|Key|Signature:Bb,Eb,Ab
|Bar|Visibility:Never
|TimeSig|Signature:Common
|Rest|Dur:Whole
|Bar
|Bar|Visibility:Never
|Rest|Dur:Whole
|Bar
|Rest|Dur:Whole
!NoteWorthyComposerClip-End
IMO, Whole Measure Rests must align in any given bar across the entire system regardless of signature contents/visibility.
Registered user since 1996

Re: Whole Measure Rest alignment bug (Beta 2.22)

Reply #1
Yup, I concur...
I plays 'Bones, crumpets, coronets, floosgals, youfonymums 'n tubies.

Re: Whole Measure Rest alignment bug (Beta 2.22)

Reply #2
Agreed. Interestingly enough, if you include the clef and time sig in the upper staff of the first example, but leave the key signature out, the rests line up in the first and third bars but not in the second.

Bill

<edit> This is due to the absence of the key sig, so it would be a problem on every new system - not just with a forced system break.

Re: Whole Measure Rest alignment bug (Beta 2.22)

Reply #3
We are making a change in Beta 2.23 that might help this.

 

Re: Whole Measure Rest alignment bug (Beta 2.22)

Reply #4
We are making a change in Beta 2.23 that might help this.
Better, however if you take my first two clips and make the Eb Key invisible, the rests misalign after the SysBreak (in Print Preview) .
Registered user since 1996