NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Lawrie Pardy on 2007-09-03 07:38 AM

Title: Triplet display buglet...
Post by: Lawrie Pardy on 2007-09-03 07:38 AM
I stumbled on the following construct while updating an old swing piece I'd some time ago.  This is from a hidden staff to give the swing to a straight tempo bar...

!NoteWorthyComposerClip(2.0,Single)
|Chord|Dur:4th,Triplet=First|Pos:-8,-4,-1,1,3
|Rest|Dur:8th,Triplet=End
|Chord|Dur:4th,Triplet=First|Pos:-8,-4,-1,1,3|Opts:Stem=Down
|Rest|Dur:8th,Triplet=End
|Rest|Dur:4th,Triplet=First|Opts:Stem=Up
|Chord|Dur:8th,Triplet=End|Pos:-8,-4,-1,1,3|Opts:Stem=Up
|Rest|Dur:4th,Triplet=First
|Chord|Dur:8th,Triplet=End|Pos:-8,-4,-1,1,3
!NoteWorthyComposerClip-End

Note how the triplet "bracket" crosses the stem of the chord that is the first part of the triplet in the first 2 ...

Swap the chord and the rest and it's OK - the last 2 show it even though the values are reversed...
Title: Re: Triplet display buglet...
Post by: Peter Edwards on 2007-09-03 10:31 AM
Quote
!NoteWorthyComposerClip(2.0,Single)
|RestChord|Dur:4th,Triplet=First|Opts:Stem=Up,ArticulationsOnStem,VertOffset=2047|Dur2:4th|Pos2:-8,-4,-1,1,3
|Chord|Dur:8th,Triplet=End|Pos:-8,-4,-1,1,3
|RestChord|Dur:4th|Opts:Stem=Up,VertOffset=2047|Dur2:4th|Pos2:-8,-4,-1,1,3
|RestChord|Dur:8th|Opts:Stem=Up,VertOffset=2047|Dur2:8th|Pos2:-8,-4,-1,1,3
!NoteWorthyComposerClip-End

First triplet is a possible fix.

Second triplet banishes the problem altogether, although intriguingly no-one wanted to comment on this in my recent 'Tips and Tricks' submission. :-(
Title: Re: Triplet display buglet...
Post by: Lawrie Pardy on 2007-09-03 12:59 PM
G'day Peter,
hmm, but look what happens when the stem direction is "correct" for the chord (rest is now at -2047 and stem Down)

Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|RestChord|Dur:4th,Triplet=First|Opts:Stem=Down,ArticulationsOnStem,VertOffset=-2047|Dur2:4th|Pos2:-8,-4,-1,1,3
|Chord|Dur:8th,Triplet=End|Pos:-8,-4,-1,1,3
|RestChord|Dur:4th|Opts:Stem=Down,VertOffset=-2047|Dur2:4th|Pos2:-8,-4,-1,1,3
|RestChord|Dur:8th|Opts:Stem=Down,VertOffset=-2047|Dur2:8th|Pos2:-8,-4,-1,1,3
!NoteWorthyComposerClip-End

I do think this is a bug to be fixed rather than use a work around for...
Title: Re: Triplet display buglet...
Post by: William Ashworth on 2007-09-03 02:51 PM
...and maybe while the bug is being fixed we can gain some control over the placement of the triplet bracket. There have been many times I've wanted to shift it around or move it from the stems to the heads to avoid conflicts with lyrics, or tempo marks, or slurs, or....
Title: Re: Triplet display buglet...
Post by: Rick G. on 2007-09-03 05:45 PM
I think this is a recent bug. Surely, simple things like:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:4th,Triplet=First|Pos:0
|Rest|Dur:8th,Triplet=End
|Note|Dur:4th,Triplet=First|Pos:0
|Rest|Dur:4th,Triplet
|Rest|Dur:4th,Triplet=End
|Note|Dur:4th,Triplet=First|Pos:0
|Rest|Dur:Half,Triplet=End
|Note|Dur:4th,Triplet=First|Pos:-1
|Rest|Dur:8th,Triplet=End
|Note|Dur:4th,Triplet=First|Pos:-1
|Rest|Dur:4th,Triplet
|Rest|Dur:4th,Triplet=End
|Note|Dur:4th,Triplet=First|Pos:-1
|Rest|Dur:Half,Triplet=End
!NoteWorthyComposerClip-End
would have been noticed long ago.

Selecting all, and pressing the + and - keys (within limits) reveals more examples.
If the above is exported to NWC 1.75, the problem goes away.
Title: Re: Triplet display buglet...
Post by: NoteWorthy Online on 2007-09-06 12:23 PM
I am looking into this.
Title: Re: Triplet display buglet...
Post by: Rick G. on 2009-12-22 08:23 PM
The attachment is a workaround until this gets fixed.

Rather nasty. Make the rest into a Muted, blank notehead Whole Note RestChord and fiddle with the note Position and VertOffset of the RestChord. Playback is the same. If there are Lyrics, set the RestChord(s) to Lyric:Never

Title: Re: Triplet display buglet...
Post by: NoteWorthy Online on 2009-12-29 11:06 PM
The problems with triplet bracket placement when starting or ending with a rest will be addressed in NWC 2.1 Beta 6.
Title: Re: Triplet display buglet...
Post by: Rick G. on 2009-12-30 01:59 PM
The problems with triplet bracket placement when starting or ending with a rest will be addressed in NWC 2.1 Beta 6.
The problems with triplet bracket placement when starting or ending with a rest has been addressed in NWC 2.1 Beta 6.

Sometimes it pays to reopen old cans of worms.