I would like to see how my string orchestra piece is spaced out on one staff. Is it possible to create a Grand Staff- 11 lines- and insert notes from various instruments.
Is this possible in NWC?
Thanks,
John
For a single, 11 line staff:
!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|Lines:11
|Clef|Type:Alto
|Key|Signature:Bb,Eb,Ab,Db,Gb|Tonic:D
|TimeSig|Signature:Common
!NoteWorthyComposer-End
Or, you may have this in mind:
!NoteWorthyComposer(2.5)
|AddStaff|Name:"Staff"
|StaffProperties|EndingBar:Open (hidden)|BoundaryBottom:6|Lines:6|WithNextStaff:Brace,ConnectBars
|Clef|Type:Treble
|Key|Signature:Bb,Eb,Ab,Db,Gb|Tonic:D
|TimeSig|Signature:Common
|AddStaff|Name:"Staff-1"
|StaffProperties|EndingBar:Open (hidden)|BoundaryTop:6
|Clef|Type:Bass
|Key|Signature:Bb,Eb,Ab,Db,Gb|Tonic:D
|TimeSig|Signature:Common
!NoteWorthyComposer-End
Wow! That's what I need.
Thanks,
John