Skip to main content
Topic: Triplet Barring (Read 3105 times) previous topic - next topic

Triplet Barring

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?

Re: Triplet Barring

Reply #1
It was an intentional change to limit the triplet command exclusively to its intended function.