NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: SEBC on 2019-10-21 06:55 pm

Title: How to fix this measure
Post by: SEBC on 2019-10-21 06:55 pm
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Bar|Style:Double
|Text|Text:"Swing 8ths"|Font:StaffItalic|Pos:11
|User|BarLabel.ms|Pos:13.5|Text:C|Scale:130|Visibility:SingleStaff
|RestChord|Dur:4th|Opts:Stem=Down,ArticulationsOnStem|Dur2:Half|Pos2:-3
|Chord|Dur:4th|Pos:-8,-6|Opts:Stem=Down
|RestChord|Dur:4th|Opts:Stem=Down,ArticulationsOnStem|Dur2:4th,Dotted|Pos2:-3
|Chord|Dur:4th|Pos:-7,-5|Opts:Stem=Down
|Note|Dur:8th|Pos:-2|Opts:Stem=Up
!NoteWorthyComposerClip-End

How can I get the last eighth note to sit correctly within the 4/4 measure?

Thanks!
Title: Re: How to fix this measure
Post by: Rick G. on 2019-10-21 10:44 pm
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Bar|Style:Double
|Text|Text:"Swing 8ths"|Font:StaffItalic|Pos:11
|User|BarLabel.ms|Pos:13.5|Text:C|Scale:130|Visibility:SingleStaff
|RestChord|Dur:4th|Opts:Stem=Down|Dur2:Half|Pos2:-3
|Chord|Dur:4th|Pos:-8,-6|Opts:Stem=Down
|RestChord|Dur:4th|Opts:Stem=Down|Dur2:4th,Dotted|Pos2:-3
|RestChord|Dur:8th|Opts:Stem=Up,HideRest|Dur2:4th|Pos2:-7,-5
|Note|Dur:8th|Pos:-2|Opts:Stem=Up
!NoteWorthyComposerClip-End
Title: Re: How to fix this measure
Post by: Mike Shawaluk on 2019-10-21 11:33 pm
Text description of Rick's technique (which I remember discovering in a long-ago forum post): Sometimes when you are using split voices, you need to convert a note to a rest chord with an invisible rest to make the beats come out.  It's hard to describe where to make the change, but if you count the beats in the top and bottom parts, you will generally see which note (or notes) need to be changed to rest chords, and what the duration of the rest should be. Remember that the rest duration determines how many beats the rest chord will occupy in the measure.
Title: Re: How to fix this measure
Post by: SEBC on 2019-10-22 01:19 pm
Yes, that did the trick. I will have to remember this for the future. Thanks!
Title: Re: How to fix this measure
Post by: SEBC on 2019-10-22 04:08 pm
I'm back with another question. Can you tell that my master's degree is almost finished? I've got time to figure out some things with engraving again!

I am trying to make the rests in this piece smaller when I use the piano part as a cue for the winds. Mike's cuehead tool doesn't work on the rests, just the notes,, and the grace note method makes the rest smaller, but the cue notes in the rest chord then disappear.

Any suggestions?

Thanks
Title: Re: How to fix this measure
Post by: Rick G. on 2019-10-22 05:03 pm
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|User|CueHeads.ms|Pos:0|Class:StaffSig
|Note|Dur:4th|Pos:-3z|Opts:StemLength=4.9
|Text|Text:"n"|Font:StaffCueSymbols|Pos:0
|Rest|Dur:4th|Opts:VertOffset=8|Visibility:Never
|Spacer|Width:200
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:3
|Bar
!NoteWorthyComposer-End
Or, if you don't use CueHeads:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)
|Text|Text:"k"|Font:StaffCueSymbols|Pos:-3|Justify:Right|Placement:AtNextNote
|Note|Dur:4th|Pos:-3z|Opts:StemLength=4.9
|Text|Text:"n"|Font:StaffCueSymbols|Pos:0|Placement:AtNextNote
|Note|Dur:4th|Pos:6z|Opts:StemLength=0,NoLegerLines,Muted
|Note|Dur:4th|Pos:1
|Note|Dur:4th|Pos:3
|Bar
!NoteWorthyComposer-End
This avoids the spacing problems that Visibility:Never can cause.
Title: Re: How to fix this measure
Post by: Mike Shawaluk on 2019-10-22 06:07 pm
At first I thought that you were using CueHeads on a RestChord (which does work, but the rest would be full-size). So I was envisioning an upgrade to CueHeads that would draw a cue-sized version of the rest... except that there's not an easy way to tell it do that. It's probably easiest to draw the cue rest as text, as Rick has done.
Title: Re: How to fix this measure
Post by: SEBC on 2019-10-22 06:14 pm
I AM using cueheads on a rest chord. Is it possible to update the Cueheads to do this (says someone who has no understanding of the wizardry behind such a request!) ?
Title: Re: How to fix this measure
Post by: SEBC on 2019-10-22 07:50 pm
Thanks, Rick for showing me one way (maybe the only way) to approach this.
Title: Re: How to fix this measure
Post by: Mike Shawaluk on 2019-10-22 09:10 pm
I AM using cueheads on a rest chord. Is it possible to update the Cueheads to do this (says someone who has no understanding of the wizardry behind such a request!) ?
Well, the CueHeads object could certainly draw in a cue-sized rest, if the rest on the rest chord were hidden. But, how would it know when it should draw the rest? The user might have marked the rest as hidden because they didn't want it showing. It would take some other object or marker to indicate that a cue-sized rest is needed... in which case you might as well just add one as text.

I don't know if the above makes sense to any one else but me...
Title: Re: How to fix this measure
Post by: SEBC on 2019-10-22 10:36 pm
Maybe the answer will come to you in a vision of light...

Could you somehow piggy back the marker so that you would check a box and it would take care of the rests?

I was able to take care of it by doing a couple then doing copying and pasting for the rest.