NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: kahman on 2006-07-17 02:07 PM

Title: Triplet Barring
Post by: kahman on 2006-07-17 02:07 PM
I've found an annoyance that occurs when you have a triplet at any time.  You select 3 notes that can be barred, and you click triplet (or press ctrl-t) and it just triplets them, like so:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:8th,Triplet=First|Pos:0
|Note|Dur:8th,Triplet|Pos:0
|Note|Dur:8th,Triplet=End|Pos:0
!NoteWorthyComposerClip-End
If you want them to be barred (which happened automatically in v1.75b) you have to click barr (or press ctrl-b) to get them barred like the following:
Code: [Select · Download]
!NoteWorthyComposerClip(2.0,Single)
|Note|Dur:8th,Triplet=First|Pos:0|Opts:Stem=Down,Beam=First
|Note|Dur:8th,Triplet|Pos:0|Opts:Stem=Down,Beam
|Note|Dur:8th,Triplet=End|Pos:0|Opts:Stem=Down,Beam=End
!NoteWorthyComposerClip-End
Is it because it's easier to program?  Is it a bug?  Is it a feature?
Title: Re: Triplet Barring
Post by: NoteWorthy Online on 2006-07-17 02:55 PM
It was an intentional change to limit the triplet command exclusively to its intended function.