1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
<?xml version="1.0" encoding="UTF-8"?>
<Denemo>
<merge>
<title>A Denemo Keymap</title>
<author>AT, JRR, RTS</author>
<map>
<row type="scheme">
<action>TransposeScoreOnPlayback</action>
<after>CheckScore</after>
<_label>Transpose Score On Playback</_label>
<_tooltip>Asks for a number of semitones (+/-). Each staff will have its current MIDI transposition value incremented by this amount. This means the whole score will playback transposed with any transposing instruments maintaining their relative transposition.</_tooltip>
</row>
</map>
</merge>
</Denemo>
|