NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: Adam Cuerden on 2016-11-28 01:28 am

Title: What am I doing wrong?
Post by: Adam Cuerden on 2016-11-28 01:28 am
In this

Code: [Select · Download]
!NoteWorthyComposerClip(2.75,Single)
|Chord|Dur:4th|Pos:3|Opts:Stem=Up|Dur2:4th|Pos2:n1
|Rest|Dur:4th|Opts:Stem=Down
|Rest|Dur:8th,Triplet=First|Opts:Stem=Down
|Chord|Dur:8th,Triplet,Staccato|Pos:3|Opts:Stem=Down,Beam=First,ArticulationsOnStem|Dur2:8th|Pos2:3
|Chord|Dur:8th,Triplet=End,Staccato|Pos:3|Opts:Stem=Down,Beam=End,ArticulationsOnStem|Dur2:8th|Pos2:4
|Chord|Dur:8th,Triplet=First|Pos:3|Opts:Stem=Down,Beam=First|Dur2:8th|Pos2:n5
|Chord|Dur:8th,Triplet|Pos:3|Opts:Stem=Down,Beam|Dur2:8th|Pos2:6
|Chord|Dur:8th,Triplet=End|Pos:3|Opts:Stem=Down,Beam=End|Dur2:8th|Pos2:5
!NoteWorthyComposerClip-End

The how do I get the top set of notes to beam? Layering could work, but in a full score, that means wrangling 20-some staves. Ugh.
Title: Re: What am I doing wrong?
Post by: Rick G. on 2016-11-28 01:50 am
For some reason, layer with next staff is suppressed.
Check: Allow Layering in Page Setup (https://noteworthycomposer.com/hh/nwc2/MNU_PAGESETUP.htm).

Then:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.75)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Note|Dur:4th|Pos:3|Opts:Stem=Up
|Rest|Dur:4th|Opts:Stem=Down
|Rest|Dur:8th,Triplet=First|Opts:Stem=Up
|Note|Dur:8th,Triplet|Pos:3|Opts:Stem=Up,Beam=First
|Note|Dur:8th,Triplet=End|Pos:4|Opts:Stem=Up,Beam=End
|Note|Dur:8th,Triplet=First|Pos:n5|Opts:Stem=Up,Beam=First
|Note|Dur:8th,Triplet|Pos:6|Opts:Stem=Up,Beam
|Note|Dur:8th,Triplet=End|Pos:5|Opts:Stem=Up,Beam=End
|Bar
|AddStaff|Name:"Staff-2"
|StaffProperties|EndingBar:Open (hidden)
|Note|Dur:4th|Pos:n1|Opts:Stem=Down
|Rest|Dur:4th|Opts:Stem=Down
|Rest|Dur:8th,Triplet=First|Opts:Stem=Down,VertOffset=-4|Visibility:Never
|Note|Dur:8th,Triplet|Pos:3|Opts:Stem=Down,Beam=First
|Note|Dur:8th,Triplet=End,Staccato|Pos:3|Opts:Stem=Down,Beam=End,XNoteSpace=1,ArticulationsOnStem
|Note|Dur:8th,Triplet=First|Pos:3|Opts:Stem=Down,Beam=First
|Note|Dur:8th,Triplet|Pos:3|Opts:Stem=Down,Beam
|Note|Dur:8th,Triplet=End|Pos:3|Opts:Stem=Down,Beam=End
|Bar
!NoteWorthyComposer-End
Title: Re: What am I doing wrong?
Post by: Mike Shawaluk on 2016-11-28 02:03 am
Rick did not mention this in his solution, but with split voices (two parts per staff), you can't beam the notes in both directions at once (as you have discovered). The only solution for this is to used layered staves, as in his example.
Title: Re: What am I doing wrong?
Post by: Adam Cuerden on 2016-11-28 03:25 am
Erg. This is going to get annoying - there's nine instrumental parts, and at least four of them have similar setups starting around that bar. Well, maybe we'll get an object or update for that.
Title: Re: What am I doing wrong?
Post by: William Ashworth on 2016-11-28 11:55 pm
The most efficient way I know to make a layered staff quickly is to complete the main staff first and then:


Hope this helped a bit -

Bill
Title: Re: What am I doing wrong?
Post by: David Palmquist on 2016-11-29 08:10 pm
I agree with Bill, with one minor "extra"
Since the problem seems to be a full screen, I'd set a colour for the new staff so it would be easy to see which was the original and which was the copy of each staff. When finished notation, just change the new staff colour back to the default.
Title: Re: What am I doing wrong?
Post by: Adam Cuerden on 2016-12-13 01:19 pm
Thanks for all the advice, everyone. In this case, where I was inputting a score that was fairly constantly having two beamed sets of notes against each other, it was easier to just do it as two scores, but it's a useful trick for things like the vocal score, where minor differences between verses need two layered staves - but much more irregularly.