Skip to main content
Topic: Grand Staff (Read 1888 times) previous topic - next topic

Grand Staff

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

Re: Grand Staff

Reply #1
For a single, 11 line staff:
Code: (nwc) [Select · Download]
!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:
Code: (nwc) [Select · Download]
!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
Registered user since 1996

Re: Grand Staff

Reply #2
Wow! That's what I need.

Thanks,

John