I created a MIDI file containing nothing but messages to set the Pitch Bend Range, but my demo copy of SONAR wouldn't load it. I figured out the problem much later and fixed it (a couple of mistakes on my part, naturally), but by then I'd figured out how to set the Pitch Bend Sensitivity (as SONAR calls it) using the Event List, which is the better way to do it anyway. I think that Music Creator is like a simplified version of SONAR, so hopefully the following description will apply to Music Creator, too.
Assuming you've already added a MIDI track to your project in Music Creator, select that track and choose "Views" | "Event List" to view the MIDI events for that track. If you haven't added any Note events or other events to the track yet, the Event List should be empty.
Click on the plus button (which is for "Insert Event") in the top left corner of the Event List. In my demo copy of SONAR this adds a C5 Note On event, but we'll change it.
Double-click where it says "Note" under the "Kind" of event column, which will pop up a small window where you can choose the kind of event you want to select. Choose "RPN" and click the "OK" button.
Double-click on the number in the "Data" column, change it to 0 (which is the RPN number for the Pitch Bend Range RPN), and press Enter. It should now say "Pitch Bend Sensitivity."
Double-click on the number to the right of the "Data" column. This is where things get a little bit tricky, since the number of semitones goes in the Data MSB rather than the Data LSB, and that means we must multiply the desired setting by 128, as follows:
0 semitones = 0
1 semitone = 128
2 semitones = 256
3 semitones = 384
4 semitones = 512
5 semitones = 640
6 semitones = 768
7 semitones = 896
8 semitones = 1024
9 semitones = 1152
10 semitones = 1280
11 semitones = 1408
12 semitones = 1536
13 semitones = 1664
14 semitones = 1792
15 semitones = 1920
16 semitones = 2048
17 semitones = 2176
18 semitones = 2304
19 semitones = 2432
20 semitones = 2560
21 semitones = 2688
22 semitones = 2816
23 semitones = 2944
24 semitones = 3072
For example, if you wanted to set the Pitch Bend Range to 8 semitones, you'd enter a value of 1024.
If the MIDI track is set to automatically echo events to the chosen MIDI output port, it's possible that simply adding the Pitch Bend Sensitivity event to the track will send the message to the Ketron SD2 and change the Pitch Bend Range. Otherwise, it will be sent when you play the track.
As I mentioned previously, you can set the Pitch Bend Range to different values on different MIDI channels if you wish. You can also insert a Pitch Bend Sensitivity event at any point in the MIDI track, so you could have it set to 2 semitones at the beginning of the track, then change it to 12 semitones in the middle of the track for a measure or two, then change it back to 2 semitones, or something like that.
Let me know how it goes.