NoteWorthy Composer Forum

Forums => General Discussion => Topic started by: rodavid20 on 2010-02-06 02:59 pm

Title: Left Hand notes for automatically got converted to Right hand notes
Post by: rodavid20 on 2010-02-06 02:59 pm
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
Title: Re: Left Hand notes for automatically got converted to Right hand notes
Post by: NoteWorthy Online on 2010-02-06 03:04 pm
I do not understand what you mean by "converted." Are you exporting to a MIDI file?
Title: Re: Left Hand notes for automatically got converted to Right hand notes
Post by: Peppermint Lin on 2010-02-07 01:43 am
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?
Title: Re: Left Hand notes for automatically got converted to Right hand notes
Post by: rodavid20 on 2010-02-07 05:54 am
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.
Title: Re: Left Hand notes for automatically got converted to Right hand notes
Post by: Rick G. on 2010-02-07 05:59 am
If by "Right hand staff" you mean Treble clef, <this> (https://forum.noteworthycomposer.com/?topic=6390.msg43516#msg43516) will explain why.
Title: Re: Left Hand notes for automatically got converted to Right hand notes
Post by: rodavid20 on 2010-02-09 05:22 am
Thanks Rick. This makes me love NWC even more.