Re: Glitch in nwc2upd_v2p1z_beta1x00 Update
I just installed the nwc2upd_v2p1z_beta1x00.exe update and opened a choral piece I was working on and found that all the triplets over unbeamed eight notes were gone.
Setting a stem direction for each note solves the problem. It also solves the crochet problem. A quick workaround would appear to be:
- Load the song.
- Select the entire staff and set all stems either up or down.
- Redo the triplets. (If you remember where they are
) - Audit note stems.
Another problem:
Audit Note Stems removes all the |RestChord| Vertical Offsets! Not nice.
This:
!NoteWorthyComposerClip(2.0,Single)
|RestChord|Dur:Whole|Opts:Stem=Down,VertOffset=-2|Dur2:Whole|Pos2:4
!NoteWorthyComposerClip-End
Becomes this (after Audit Note Stems):
!NoteWorthyComposerClip(2.0,Single)
|RestChord|Dur:Whole|Opts:Stem=Down|Dur2:Whole|Pos2:4
!NoteWorthyComposerClip-End