NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Gilbert on 2011-11-14 04:27 pm

Title: Dotted eighh notes with different stems
Post by: Gilbert on 2011-11-14 04:27 pm
In the latest version of NWC2 (Version 2.1) dotted eighth notes with different stems (on different staffs) are not dotted the same way on several notes (not all): the distance between the dot and the notehead is not equal.  This leads to wrong presentations of the music: sometimes dotted notes are shown as double dotted allthough they are not!
See the example in the attachement (if I can send one).
Title: Re: Dotted eighh notes with different stems
Post by: Rick G. on 2011-11-14 06:16 pm
For a single staff:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Chord|Dur:8th,Dotted|Pos:2|Opts:Stem=Down|Dur2:8th,Dotted|Pos2:2
|Chord|Dur:8th,Dotted|Pos:2|Opts:Stem=Down,StemLength=8|Dur2:8th,Dotted|Pos2:2
!NoteWorthyComposerClip-End

For a layer:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.0)
|AddStaff
|StaffProperties|Layer:Y
|Note|Dur:8th,Dotted|Pos:2|Opts:Stem=Up
|Note|Dur:8th,Dotted|Pos:2|Opts:Stem=Up,StemLength=8
|AddStaff
|RestChord|Dur:8th,Dotted|Opts:Stem=Up,HideRest|Dur2:8th,Dotted|Pos2:2
|RestChord|Dur:8th,Dotted|Opts:Stem=Up,HideRest|Dur2:8th,Dotted|Pos2:2
!NoteWorthyComposer-End
Title: Re: Dotted eighh notes with different stems
Post by: Bart on 2011-11-19 04:15 pm
What Rick explains in his examples is:

When the default stem length is used, flag and dot can compete for the same spot and therefor the flag pushes the dot to the right.
When using a different (longer) stem length, the flag and the dot don't have to compete and the dot can be put on its default location.

Bart