NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: fathafluff on 2012-02-12 03:16 am

Title: Triplet Layering Issue
Post by: fathafluff on 2012-02-12 03:16 am
I'm still trying work-arounds to get triplets to look like I want. I thought I had what I wanted; it looked good in Viewer Mode. But in print Preview (and when printed), the layered triplet brackets do not line up. Is this a bug? (BTW, I have a third layer to add the downward stem to the first note.) This is for printing only. See my next post for why I cannot use chords. Also, was there a way with 2.5 to control triplet brackets (head vs. stem, distance from note,  etc.) or was that my imagination, or an unfulfilled wish?
Title: Re: Triplet Layering Issue
Post by: Lawrie Pardy on 2012-02-12 03:36 am
Try adjusting stem lengths.  You may need to do both layers.
Title: Re: Triplet Layering Issue
Post by: Rick G. on 2012-02-12 04:35 am
This works for unbeamed notes:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:4th,Triplet=First|Pos:-2
|Note|Dur:4th,Triplet|Pos:-1|Opts:Stem=Up
|Note|Dur:4th,Triplet=End|Pos:0|Opts:Stem=Up
|Note|Dur:4th,Triplet=First|Pos:-2
|Note|Dur:4th,Triplet|Pos:-1|Opts:Stem=Up
|Note|Dur:4th,Triplet=End|Pos:0|Opts:Stem=Up
|RestChord|Dur:4th,Triplet=First|Opts:Stem=Down,VertOffset=-2000|Dur2:4th|Pos2:-2
|RestChord|Dur:4th,Triplet|Opts:Stem=Down,VertOffset=-2000|Dur2:4th|Pos2:-1
|RestChord|Dur:4th,Triplet=End|Opts:Stem=Down,VertOffset=-2000|Dur2:4th|Pos2:0
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:10|BoundaryBottom:10
|StaffProperties|Channel:2
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Down
|Note|Dur:4th,Triplet|Pos:-1|Opts:Stem=Down
|Note|Dur:4th,Triplet=End|Pos:0|Opts:Stem=Down
|RestChord|Dur:4th,Triplet=First|Opts:Stem=Up,VertOffset=2000|Dur2:4th|Pos2:-2
|RestChord|Dur:4th,Triplet|Opts:Stem=Up,VertOffset=2000|Dur2:4th|Pos2:-1
|RestChord|Dur:4th,Triplet=End|Opts:Stem=Up,VertOffset=2000|Dur2:4th|Pos2:0
|Note|Dur:4th,Triplet=First|Pos:-2|Opts:Stem=Down
|Note|Dur:4th,Triplet|Pos:-1|Opts:Stem=Down
|Note|Dur:4th,Triplet=End|Pos:0|Opts:Stem=Down
!NoteWorthyComposer-End
 0.168 rg_ZenTxt v1.0