NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: ItmightbeJB on 2019-06-05 08:59 pm

Title: Triplet Notation
Post by: ItmightbeJB on 2019-06-05 08:59 pm
I've noticed sometimes when scoring triplets the "3" appears above the notes and other times it goes below them.  Can we control this setting?
Title: Re: Triplet Notation
Post by: Rick G. on 2019-06-05 09:05 pm
Yes:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Note|Dur:4th,Triplet=First|Pos:0
|Note|Dur:4th,Triplet|Pos:0
|Note|Dur:4th,Triplet=End|Pos:0
|Marker|Pos:0|Target:Triplet
|Note|Dur:4th,Triplet=First|Pos:0
|Note|Dur:4th,Triplet|Pos:0
|Note|Dur:4th,Triplet=End|Pos:0
!NoteWorthyComposerClip-End
Title: Re: Triplet Notation
Post by: hmmueller on 2019-06-05 09:06 pm
Yes: You can add a "Marker" object before the first triplet note (Insert->Marker; on the keyboard, press @), where you select the checkbox "Triplet" (and de-select the "Slur" checkbox). The marker is shown by a (very) small grey triangle in the staff.

Then, by moving up and down the marker (either directly by selecting it and then pressing Ctrl-Shift-Up/Down; or by opening its properties = selecting it and then pressing Alt-Enter, and then changing its "Pos"), you can force the 3 to be at certain positions above or below the notes.

H.M.
Title: Re: Triplet Notation
Post by: Mike Shawaluk on 2019-06-05 11:58 pm
Yes: You can add a "Marker" object before the first triplet note (Insert->Marker; on the keyboard, press @), where you select the checkbox "Triplet" (and de-select the "Slur" checkbox). The marker is shown by a (very) small grey triangle in the staff.

Then, by moving up and down the marker (either directly by selecting it and then pressing Ctrl-Shift-Up/Down; or by opening its properties = selecting it and then pressing Alt-Enter, and then changing its "Pos"), you can force the 3 to be at certain positions above or below the notes.

H.M.
In addition to what @hmmueller has said, there are additional things you can do, if you also insert a Marker object before the third triplet note. When both markers are present, you can change the angle of the triplet bracket.  Building on Rick's example:
Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.751,Single)
|Note|Dur:4th,Triplet=First|Pos:0
|Note|Dur:4th,Triplet|Pos:0
|Note|Dur:4th,Triplet=End|Pos:0
|Marker|Pos:0|Target:Triplet
|Note|Dur:4th,Triplet=First|Pos:0
|Note|Dur:4th,Triplet|Pos:0
|Note|Dur:4th,Triplet=End|Pos:0
|Marker|Pos:7.5|Target:Triplet
|Note|Dur:4th,Triplet=First|Pos:4
|Note|Dur:4th,Triplet|Pos:6
|Marker|Pos:11|Target:Triplet
|Note|Dur:4th,Triplet=End|Pos:8
!NoteWorthyComposerClip-End
Title: Re: Triplet Notation
Post by: ItmightbeJB on 2019-06-06 12:07 am
Thank you gentlemen.  You've been most helpful.
Title: Re: Triplet Notation
Post by: Flurmy on 2019-06-06 06:36 pm
... and if you set the marker as hidden, the 3 and the bracket become invisible.