Skip to main content
Topic: Beam direction bug (Beta 1 Update 2) (Read 3074 times) previous topic - next topic

Beam direction bug (Beta 1 Update 2)

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|TimeSig|Signature:AllaBreve
|Note|Dur:8th|Pos:0|Opts:Stem=Up,Beam=First
|Rest|Dur:16th
|Note|Dur:16th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-2|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-4|Opts:Stem=Up,Beam=End
|Rest|Dur:Half
!NoteWorthyComposerClip-End
Clearly, the 16th note beam should point to the left.
See Could this be a bug? in the beta newsgroup for more details.
Registered user since 1996

 

Re: Beam direction bug (Beta 1 Update 2)

Reply #1
Rick, it's correct.  Only on the last note of the beam will show the flag left.

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Note|Dur:8th|Pos:0|Opts:Stem=Up,Beam=First
|Rest|Dur:16th
|Note|Dur:16th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-2|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-4|Opts:Stem=Up,Beam=End
|Note|Dur:8th|Pos:2|Opts:Stem=Down,Beam=First
|Note|Dur:16th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:0|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Down,Beam
|Note|Dur:16th|Pos:-2|Opts:Stem=Down,Beam=End
!NoteWorthyComposerClip-End

Re: Beam direction bug (Beta 1 Update 2)

Reply #2
Rick, it's correct.  Only on the last note of the beam will show the flag left.
Being consistent doesn't make it right. Consider this:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|TimeSig|Signature:AllaBreve
|Note|Dur:8th|Pos:0|Opts:Stem=Up,Beam=First
|Rest|Dur:16th
|Note|Dur:16th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-2|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-4|Opts:Stem=Up,Beam=End
|Note|Dur:8th,Dotted|Pos:0|Opts:Stem=Up,Beam=First
|Note|Dur:16th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-2|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-4|Opts:Stem=Up,Beam=End
!NoteWorthyComposerClip-End
The rythym is the same. The 16th note's position in the rythym is the same.
How can it possibly be right for the 16th beam (flag) to change direction?
Registered user since 1996

Re: Beam direction bug (Beta 1 Update 2)

Reply #3
G'day Carl,
I concur with Rick on this, the beam should point to the left.
I plays 'Bones, crumpets, coronets, floosgals, youfonymums 'n tubies.

Re: Beam direction bug (Beta 1 Update 2)

Reply #4
This would appear to be incorrect as well:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:8th,Dotted|Pos:1|Opts:Stem=Up,Beam=First
|Note|Dur:16th,Grace,Slur|Pos:0|Opts:Stem=Up,Beam=First
|Note|Dur:16th,Grace,Slur|Pos:1|Opts:Stem=Up,Beam=End
|Note|Dur:16th|Pos:0|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-1|Opts:Stem=Up,Beam
|Note|Dur:8th|Pos:-2|Opts:Stem=Up,Beam=End
!NoteWorthyComposerClip-End
Interestingly, NWC 1.75b handles this correctly, but mishandles my original example.
Registered user since 1996