NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: RIKBEL on 2004-07-17 05:37 PM

Title: tying chords
Post by: RIKBEL on 2004-07-17 05:37 PM
when a chord is inserted such as a 3 note chord on the piano left hand staff, they cannot be tied as a group to the same chord in the next measure
Title: Re: tying chords
Post by: NoteWorthy Online on 2004-07-17 06:10 PM
Why not? What happens when you try? Is this the kind of thing you are trying to do?

Code: [Select ยท Download]
!NoteWorthyComposerClip(2.0,Single)
|Clef|Type:Bass
|TimeSig|Signature:4/4
|Rest|Dur:Half
|Rest|Dur:4th
|Chord|Dur:4th|Pos:-1^,1^,3^
|Bar
|Chord|Dur:Whole|Pos:-1,1,3
!NoteWorthyComposerClip-End
Title: Re: tying chords
Post by: RIKBEL on 2004-07-19 06:31 PM
MY ERROR MY APOLOGIES I WAS DOING IT INCORRECTLY

RIKBEL
Title: Re: tying chords
Post by: David Palmquist on 2004-12-29 07:28 AM
When I enter a single note, with the tie attribute set, I get the note with the outgoing tie.  When I enter the note without the attribute, then highlight it and enter the tie command, I get the note with the outgoing tie.  When I make a chord and set the tie attribute before entering the chord member, I get outgoing ties.

So far so good.  I'm getting the outgoing ties without having to enter the next note or chord.

However, if I make a chord without the tie attribute, then highlight it and set the tie attribute, the outgoing tie will only appear if I've already entered the next chord.

I don't know if this is good or not, I just thought it was interesting.  It would be nice if the outgoing tie appeared, to provide a visual check to ensure the second chord has the same notes as the first.  (An outgoing tie won't stop going out until it hits an identical note/element.)
Title: Re: tying chords
Post by: Peter Edwards on 2004-12-29 10:30 AM
An outgoing tie won't stop going out until it hits an identical note/element.

Just a small correction to that, and to belabour a glaring and oft commented on fault in NWC,

until it hits a note at the same staff position.
Title: Re: tying chords
Post by: David Palmquist on 2004-12-29 05:43 PM
I accept Peter's correction as a friendly amendment (Robert's Rules, I believe?)
Title: Re: tying chords
Post by: Rob den Heijer on 2004-12-29 10:52 PM
How about this, then?

Visually, it stops when it hits a note at the same staff position.
Audibly, it stops when it hits an identical note/element.
When discrepancies occur... you get the much dreaded hanging note.
Title: Re: tying chords
Post by: Peter Edwards on 2004-12-30 10:32 AM
Audibly, it stops when it hits an identical note/element.

Not quite! It stops when a MIDI note event happens at the same pitch (MIDI Note number) on the same channel.

So a Db can cancel a C#. And that could be on a separate staff assigned to the same channel.