NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: michalov on 2006-10-11 07:36 PM

Title: Muting chord members in string harmonics
Post by: michalov on 2006-10-11 07:36 PM
Is there a way to mute selected chord members?  I'm thinking of string harmonics where (except for the first natural harmonic) you notate the fundamental and the pitch fingered.  You don't normally notate the pitch sounded, but it's a good idea as a curtesy to the player.

If you notate all three pitches, is there a way to mute all but the pitch sounded?  I guess you could mute the whole chord and put the pitch sounded on a hidden staff, but that seems an awkward way to do it for an isolated note.

Any ideas?

Thanks,
Peter
Title: Re: Muting chord members in string harmonics
Post by: Lawrie Pardy on 2006-10-11 10:10 PM
G'day Peter,
the only way would be to have 2 staves.

The first would be muted and have the visible notation.  The second would be hidden but it would be the one making all the noise.  This staff would only have the notes you wanted to hear on it, so you would still notate your chord, but leave the 'silent' notes out.
Title: Re: Muting chord members in string harmonics
Post by: Peter Edwards on 2006-10-12 10:52 AM
Quote
the only way would be to have 2 staves.

On yer bike!

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:4th,Grace|Pos:0^|Visibility:Never
|Chord|Dur:Whole|Pos:-2,0|Opts:Muted
!NoteWorthyComposerClip-End

does the trick. And if you don't want to print the sounding note make it headless. You might have to play around with stem lengths however.
Title: Re: Muting chord members in string harmonics
Post by: Lawrie Pardy on 2006-10-12 11:27 AM
G'day Peter,
good one.  You are, of course, quite correct.

<See reply #4 for a correction>
Title: Re: Muting chord members in string harmonics
Post by: Lawrie Pardy on 2006-10-12 09:26 PM
Peter,
An update, I've found a small problem...  Unless there is a subsequent note of the same pitch, you end up with a hanging tie...

With your example, unless you specify an instrument capable of sustain, you don't notice it.  Change the staff instrument from default to say, violin, add a few additional notes (that are not on the centre line) and you'll hear what I mean.
Title: Re: Muting chord members in string harmonics
Post by: michalov on 2006-10-13 01:15 AM
Thanks for the great idea!  Let's say you have a series of several notes, of which only the first is a harmonic.  Notate the harmonic as usual, and mute the chord.  Preceed it with a non-printed but sounded grace note tied to another non-printed grace note on the same pitch immediately before the second (sounded) tone.  That does the trick perfectly.

Thanks again,
Peter
Title: Re: Muting chord members in string harmonics
Post by: Rick G. on 2006-10-13 02:10 AM
This approach will solve the hanging tie problem
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Instrument|Name:"Flute"|Patch:73
|Note|Dur:4th,Grace|Pos:-2^|Visibility:Never
|Note|Dur:4th,Grace|Pos:0X^|Opts:Muted|Visibility:Never
|Chord|Dur:Half|Pos:-2,0
|Rest|Dur:8th
|Note|Dur:4th,Grace|Pos:0^|Visibility:Never
|Note|Dur:4th,Grace|Pos:2z^|Opts:Muted|Visibility:Never
|Chord|Dur:16th,Triplet=First|Pos:0,2|Opts:Stem=Down,Beam=First
|Note|Dur:4th,Grace|Pos:-1^|Visibility:Never
|Note|Dur:4th,Grace|Pos:1X^|Opts:Muted|Visibility:Never
|Chord|Dur:16th,Triplet|Pos:-1,1|Opts:Stem=Down,Beam
|Note|Dur:4th,Grace|Pos:-2^|Visibility:Never
|Note|Dur:4th,Grace|Pos:0X^|Opts:Muted|Visibility:Never
|Chord|Dur:16th,Triplet=End|Pos:-2,0|Opts:Stem=Down,Beam=End
|Rest|Dur:4th
!NoteWorthyComposerClip-End
Title: Re: Muting chord members in string harmonics
Post by: Peter Edwards on 2006-10-13 12:38 PM
Yes, that works. Just a pity it's a bit more complicated.

To summarise:

Insert a hidden tied grace note or chord for the notes you want to sound (this makes them start at the right time).
Insert a muted hidden tied grace note or chord for the notes you don't want to sound.
Inset the chord as normal with appropriate note heads as required.
Title: Re: Muting chord members in string harmonics
Post by: Warren Porter on 2006-10-19 05:03 PM
The note which is just "touched" to produce the harmonic is often diamond shaped.  Is there a way to do this?
Title: Re: Muting chord members in string harmonics
Post by: Ewan Harwood on 2006-10-19 09:44 PM
Continuing on from Rick G.'s sample, I thought to try a simplification.  I simply left out the hidden-tied-grace-note for the sounding note (Peter Edward's first step in his summary).   THIS DOES NOT WORK - the triplet is sounded staccato.

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Instrument|Name:"Flute"|Patch:73|Trans:0|DynVel:10,30,45,60,75,92,108,127|Pos:8
|Note|Dur:4th,Grace|Pos:0X^|Opts:Muted|Visibility:Never
|Chord|Dur:Half|Pos:-2,0
|Rest|Dur:8th
|Note|Dur:4th,Grace|Pos:2z^|Opts:Muted|Visibility:Never
|Chord|Dur:16th,Triplet=First|Pos:0,2|Opts:Stem=Down,Beam=First
|Note|Dur:4th,Grace|Pos:1X^|Opts:Muted|Visibility:Never
|Chord|Dur:16th,Triplet|Pos:-1,1|Opts:Stem=Down,Beam
|Note|Dur:4th,Grace|Pos:0X^|Opts:Muted|Visibility:Never
|Chord|Dur:16th,Triplet=End|Pos:-2,0|Opts:Stem=Down,Beam=End
|Rest|Dur:4th
!NoteWorthyComposerClip-End
Title: Re: Muting chord members in string harmonics
Post by: David Palmquist on 2006-10-27 06:54 AM
Quote
The note which is just "touched" to produce the harmonic is often diamond shaped.  Is there a way to do this?

NWC2 allows diamond shaped noteheads.