Skip to main content
Topic: Problems with Air (Read 2290 times) previous topic - next topic

Problems with Air

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
Since 1998

Re: Problems with Air

Reply #1
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.
Rich.

Re: Problems with Air

Reply #2
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.
Rich.

Re: Problems with Air

Reply #3
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
Registered user since 1996

Re: Problems with Air

Reply #4
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.
Since 1998