~ubuntu-branches/ubuntu/oneiric/denemo/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>Andante</action>
        <scheme>;;; Andante
(d-DirectivePut-chord-postfix "Tempo" "^\\markup \\italic \\bold {Andante}")
(d-DirectivePut-chord-display "Tempo" "Andante")
(d-RefreshDisplay)</scheme>
        <label>Andante</label>
        <tooltip>Print Andante in bold italics above the chord.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>