NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Warren Porter on 2012-12-19 12:26 am

Title: Problems with Air
Post by: Warren Porter on 2012-12-19 12:26 am
There is an intermittant problem in that when the first repeat happens, NWC doesn't show the first measure until it is nearly over.  The other question is the piano in measure 8.  The p in front of the E is speared by the crescendo on that note.  Is there any way around that short of inserting spacers whenever it happens?  This is a work in progress.

TIA
Title: Re: Problems with Air
Post by: Richard Woodroffe on 2012-12-19 12:36 am
The other question is the piano in measure 8.  The p in front of the E is speared by the crescendo on that note.  Is there any way around that short of inserting spacers whenever it happens?

Preserve width on the P dynamic.
Title: Re: Problems with Air
Post by: Richard Woodroffe on 2012-12-19 12:47 am
There is an intermittant problem in that when the first repeat happens, NWC doesn't show the first measure until it is nearly over.

Haven't been able to see this on this piece of music - but I have seen something similar on other pieces. Suspect it's a combination of screen size/resolution/driver etc etc.
Title: Re: Problems with Air
Post by: Rick G. on 2012-12-19 12:49 am
The p in front of the E is speared by the crescendo on that note.  Is there any way around that short of inserting spacers whenever it happens?
Remove the cresendo attribute from the notes in 'Right Hand' and 'R.H. Layered'
Replace the Dynamic with:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|Dynamic|Style:p|Pos:-8|Justify:Right|Visibility:Never
|DynamicVariance|Style:Crescendo|Pos:-8|Visibility:Never
!NoteWorthyComposerClip-End

In 'R.H Aux', replace the Rest with:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.5,Single)
|Dynamic|Style:p|Pos:-14|Placement:BestFitForward
|Note|Dur:Whole|Pos:-6z|Opts:Crescendo,XAccSpace=1,XNoteSpace=1,NoLegerLines,Muted
!NoteWorthyComposerClip-End
Title: Re: Problems with Air
Post by: Warren Porter on 2012-12-19 03:29 am
Thank you gentlemen, those ideas did the trick.  FWIW, it did not go back to the 1st measure while in Viewer Mode and the cursor was on the Violin part on two tries.