NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Paulr1949 on 2013-12-02 07:57 pm

Title: Including small note-heads in a NWC score
Post by: Paulr1949 on 2013-12-02 07:57 pm
As the title says: is it possible to do this? I want three "small" crotchets (organ introduction) prior to a chant. I've searched in the forum and the help files but cannot find anything.

Any help gratefully received

Paul
Title: Re: Including small note-heads in a NWC score
Post by: Flurmy on 2013-12-02 08:35 pm
You must insert each of them separately as text.
In the text dialog box select "Staff cue symbols".
N.B. Remember to check "Placement->Preseve width".
Title: Re: Including small note-heads in a NWC score
Post by: Lawrie Pardy on 2013-12-02 08:48 pm
While it's a long way from perfect, I usually do cues as diamond notheads and shorten any stems these days - I STILL want proper cues, but this works well enough for the moment.
Title: Re: Including small note-heads in a NWC score
Post by: Mike Shawaluk on 2013-12-02 09:34 pm
While it's a long way from perfect, I usually do cues as diamond notheads and shorten any stems these days - I STILL want proper cues, but this works well enough for the moment.
This raises an interesting question (well, interesting to me at least): since I rarely (i.e. never) use diamond noteheads, I wonder if it would be possible to create my own copy of the Noteworthy font, substituting small cue noteheads for the diamond ones, and inserting diamond noteheads in my score, thus "tricking" NWC into rendering cue notes.

I don't currently have the font editing tools to let me try this, but I'd probably give it a shot if I thought this was feasible.

Thanks,
Mike
Title: Re: Including small note-heads in a NWC score
Post by: Paulr1949 on 2013-12-02 10:27 pm
Thank you for your responses.
I have tried doing the text cues, but in the output it just comes out as three blobs very close together (and no stems) :-(
I don't want to put diamond note heads in.

Hmmm. More thinking!

Paul
Title: Re: Including small note-heads in a NWC score
Post by: Rick G. on 2013-12-02 11:01 pm
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.5)
|PgSetup|DurationPadding:N
|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=5
|Text|Text:"k"|Font:StaffCueSymbols|Pos:-3|Justify:Right|Placement:AtNextNote
|Note|Dur:4th|Pos:-3z|Opts:StemLength=5
|Text|Text:"k"|Font:StaffCueSymbols|Pos:-3|Justify:Right|Placement:AtNextNote
|Note|Dur:4th|Pos:-3z|Opts:StemLength=5
!NoteWorthyComposer-End
Title: Re: Including small note-heads in a NWC score
Post by: David Palmquist on 2013-12-03 01:39 am
Nicely done, Rick.  Just today I used grace notes spaced with hidden rests, but your method is much better.

Title: Re: Including small note-heads in a NWC score
Post by: Paulr1949 on 2013-12-03 08:54 pm
Thanks Rick

I've played about with it and got the right notes in the right place!

Paul