NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Model T on 2016-04-24 09:08 pm

Title: Triplets and Duplets?
Post by: Model T on 2016-04-24 09:08 pm
I know how to enter a "Triplet" in my musical score, but I cannot find any information about how to add a "Duplet". Is there a secret way?
Title: Re: Triplets and Duplets?
Post by: Lloyd on 2016-04-25 06:36 am
Hi Model T,
in NWC there's an option for entering Triplets, but for Duplets you have to create them manually. You can use hidden rests for that and then use my User Object "TupletMarks.fso (https://forum.noteworthycomposer.com/?topic=9229.0)", or in case that you enter beamed eighth notes you can also insert a text line with "2" on the Duplet (be careful with this... the correct print position of the text could be a little hard to find).

Take a look at this:

Code: (nwc) [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Clef|Type:Treble
|TimeSig|Signature:4/4
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-2
|Note|Dur:4th|Pos:-2
|Bar
|User|TupletMarks.fso|Pos:7|number:2
|Note|Dur:4th|Pos:-2
|Rest|Dur:8th|Visibility:Never
|Note|Dur:4th|Pos:-2
|Rest|Dur:8th|Visibility:Never
|Note|Dur:4th|Pos:-2
|Bar|Style:Double
|TimeSig|Signature:6/8
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
|Bar
|Text|Text:"   2"|Font:StaffItalic|Scale:85|Pos:-8.5|Placement:AtNextNote
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Spacer|Width:100
|Rest|Dur:16th|Opts:VertOffset=2|Visibility:Never
|Spacer|Width:100
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
|Rest|Dur:16th|Opts:VertOffset=2|Visibility:Never
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=First
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam
|Note|Dur:8th|Pos:1|Opts:Stem=Down,Beam=End
!NoteWorthyComposerClip-End

Of course I'm sure there's lots of other "secret ways" to do it... ;)

I hope it helps ^__^
Lloyd.
Title: Re: Triplets and Duplets?
Post by: Mike Shawaluk on 2016-04-25 04:35 pm
I know how to enter a "Triplet" in my musical score, but I cannot find any information about how to add a "Duplet". Is there a secret way?
As @Lloyd indicates, NWC does not have a native duplet. If you are mainly interested in having it look correct, then using TupletMarks.fso should work fine (with the addition of the two invisible rests to pad the measure to the correct duration). But if you are just looking for the correct playback, you can instead enter two dotted eighth notes instead of the duplet eighth notes, and the durations will be correct.
Title: Re: Triplets and Duplets?
Post by: Warren Porter on 2016-04-25 05:05 pm
You might want to check out this Previous User Tip (https://forum.noteworthycomposer.com/?topic=2326).  The link to "Pentuplets.htm" doesn't work now. Edit: Have new website and the link is fixed.
Title: Re: Triplets and Duplets?
Post by: Flurmy on 2016-04-25 05:53 pm
Just in case...  ;)
Title: Re: Triplets and Duplets?
Post by: Warren Porter on 2016-06-07 10:02 pm
I needed to upload some *.js functions to let it work (note duration in 768th notes).  The link is Tuplets.htm (http://wjporter.com/nwc/Pentuplets.htm)

For duplets (assuming 6/8), the hidden & played staff would have dotted eighth notes while the visible & muted staff would have eighth notes followed by hidden 16th rests with a literal "2" (italicized) above or below the beam.
Title: Re: Triplets and Duplets?
Post by: Flurmy on 2016-06-08 06:37 pm
Just to remember that now, thanks to TupletMarks.fso, the marking of the tuplets is very simple.