Skip to main content
Topic: Left Hand notes for automatically got converted to Right hand notes (Read 5050 times) previous topic - next topic

Left Hand notes for automatically got converted to Right hand notes

Hello,

Thanks to NWC Team for making a wonderful notation software.

Only issue that I am facing is that,  have created a music sheet with 4 staff's (Two Right Hand and Two Left Hand). But on saving one of the left hand staff gets converted to right hand.

Thanks
Roshan

Re: Left Hand notes for automatically got converted to Right hand notes

Reply #1
I do not understand what you mean by "converted." Are you exporting to a MIDI file?

Re: Left Hand notes for automatically got converted to Right hand notes

Reply #2
Code: [Select · Download]
!NoteWorthyComposer(2.0)
|AddStaff|Name:"Right Hand"|Label:"Piano"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:18|BoundaryBottom:10|Lines:5|Style:Upper Grand Staff|Layer:Y|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:1
|StaffInstrument|Patch:0|Trans:0|DynVel:10,30,45,60,75,92,108,127
|Clef|Type:Treble
|Rest|Dur:Whole
|AddStaff|Name:"Staff-1"|Label:"Piano"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:10|BoundaryBottom:10|Lines:5|Style:Upper Grand Staff|Layer:N|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:3
|StaffInstrument|Trans:0|DynVel:10,30,45,60,75,92,108,127
|Clef|Type:Treble
|Note|Dur:4th|Pos:-9|Visibility:Never
|Note|Dur:4th|Pos:-6|Visibility:Never
|Note|Dur:4th|Pos:-4|Visibility:Never
|Note|Dur:4th|Pos:-8|Visibility:Never
|AddStaff|Name:"Left Hand"|Group:"Standard"
|StaffProperties|EndingBar:Section Close|Visible:Y|BoundaryTop:10|BoundaryBottom:10|Lines:5|Style:Lower Grand Staff|Layer:N|Color:Default
|StaffProperties|Muted:N|Volume:127|StereoPan:64|Device:0|Channel:2
|StaffInstrument|Patch:0|Trans:0|DynVel:10,30,45,60,75,92,108,127
|Clef|Type:Bass
|Note|Dur:4th|Pos:3|Opts:Muted
|Note|Dur:4th|Pos:6|Opts:Muted
|Note|Dur:4th|Pos:8|Opts:Muted
|Note|Dur:4th|Pos:4|Opts:Muted
!NoteWorthyComposer-End

Maybe like this?
NWC User since 2008

Re: Left Hand notes for automatically got converted to Right hand notes

Reply #3
I do not understand what you mean by "converted." Are you exporting to a MIDI file?

That's right, when converting to midi, one of the left hand staff gets transposed to a Right hand staff.

Re: Left Hand notes for automatically got converted to Right hand notes

Reply #4
If by "Right hand staff" you mean Treble clef, <this> will explain why.
Registered user since 1996

 

Re: Left Hand notes for automatically got converted to Right hand notes

Reply #5
Thanks Rick. This makes me love NWC even more.