Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - lanamm97

1
General Discussion / Re: Slurred Chord
Something like this:
Code: (nwc) [Select · Download]
!NoteWorthyComposer(2.751)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|WithNextStaff:Layer
|Chord|Dur:Whole,Slur|Pos:1,7
|Bar
|Chord|Dur:4th|Pos:4,6
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)
|StaffProperties|Volume:-1|StereoPan:-1
|Chord|Dur:Whole,Slur|Pos:1,7|Opts:Stem=Up,Muted
|Bar
|Chord|Dur:4th|Pos:4,6|Opts:Muted
!NoteWorthyComposer-End

Oh, I see!  Have never used layers before; I see it's something to play with!  Just easier/clearer for singing tenor and bass notes if the slur appears for both notes.  Thanks!
2
General Discussion / Slurred Chord
Is there any way to slur all elements of a chord?  I have a two-note chord in bass clef in which both notes slur differently into the next chord.  How do I get both notes to have a slur connecting them?

!NoteWorthyComposerClip(2.75,Single)
|Chord|Dur:Whole,Slur|Pos:1,7
|Bar
|Chord|Dur:4th|Pos:4,6
!NoteWorthyComposerClip-End