NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Rick G. on 2006-12-16 01:47 am

Title: Spacing bugs (Beta 2.10)
Post by: Rick G. on 2006-12-16 01:47 am
Put each clip on a separate staff.
Hold down: Ctrl+Shift and alternate between PgUp and PgDn
Observe how the length of the tie changes.
The problem is the "G". (assuming a treble clef)
It takes up more space when it is invisible.
This should not happen.
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:8th|Pos:2|Opts:Stem=Up,Beam=First
|Note|Dur:8th|Pos:0^|Opts:Stem=Up,StemLength=8,Beam=End,Tie=Upward
|Bar|Visibility:Never
|Note|Dur:4th|Pos:0|Opts:Stem=Up
!NoteWorthyComposerClip-End
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:4th|Pos:-2|Opts:Stem=Down|Visibility:TopStaff
|Bar|Visibility:Never
|Chord|Dur:4th|Pos:-7,-5|Opts:Stem=Down,StemLength=5
!NoteWorthyComposerClip-End
Title: Re: Spacing bugs (Beta 2.10)
Post by: Michael W. Powell on 2006-12-16 02:32 am
Very odd behavior.  Confirmed that this does not occur with Beta 2.07.  Seems to follow along the same coding issue as you highlighted in your posting regarding spacing problems (https://forum.noteworthycomposer.com/?topic=5816.0 (https://forum.noteworthycomposer.com/?topic=5816.0)). This a bit annoying and I would agree that it probably should not be happening.
Title: Re: Spacing bugs (Beta 2.10)
Post by: NoteWorthy Online on 2006-12-16 10:17 am
I am looking into this.
Title: Re: Spacing bugs (Beta 2.10)
Post by: NoteWorthy Online on 2007-01-03 08:18 pm
This effect is created by the neighbor spacing scheme utilized in NWC2. The scheme will be tweaked in beta 2.11 in an attempt to improve spacing with hidden neighboring items.
Title: Re: Spacing bugs (Beta 2.10)
Post by: Rick G. on 2007-01-03 09:01 pm
I think NWC2 should strive for this in the edit window:

A good minimum selection width might be the anchor width. If a user wanted a different width, he/she could use a font editor to change the anchor.
Title: Re: Spacing bugs (Beta 2.10)
Post by: NoteWorthy Online on 2007-01-03 11:09 pm
Hidden rests/notes will now take considerably less width in the editor.

Our goal for hidden items in NWC2: In print, the actual space occupied by a selection section that includes hidden notes should never exceed the space occupied by that same selection section with the hidden items deleted.
Title: Re: Spacing bugs (Beta 2.10)
Post by: Rick G. on 2007-01-03 11:34 pm
I'm confused. In print I can't select anything.

In the editor, invisble objects need some space, otherwise how can they be selected with a mouse?  In Beta 2.10:
Experienced users can use the keyboard, but new users will expect to do these things with a mouse.
Title: Re: Spacing bugs (Beta 2.10)
Post by: kahman on 2007-01-03 11:38 pm
I agree with Rick's first comment.

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:4th|Pos:0
|Bar|Visibility:Never
|Note|Dur:4th|Pos:0
!NoteWorthyComposerClip-End
Try to select the invisible bar line with the mouse.
Title: Re: Spacing bugs (Beta 2.10)
Post by: NoteWorthy Online on 2007-01-03 11:47 pm
Perhaps "selection" was a poor word choice. I have changed it to section.

The next release will include a minimum width for bar lines in the editor. Hopefully, that will be more helpful.