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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>RepeatEnd</action>
        <scheme>;;;RepeatEnd
(d-DirectivePut-standalone-minpixels "RepeatEnd" 20)
(d-MoveCursorLeft)
(d-DirectivePut-standalone-postfix "RepeatEnd" " \\bar \":|\"")
(d-DirectivePut-standalone-gx  "RepeatEnd"  0)
(d-DirectivePut-standalone-gy  "RepeatEnd"  -10)
(d-DirectivePut-standalone-graphic "RepeatEnd" "RepeatEnd")
(d-MoveCursorRight)
(d-RefreshDisplay)</scheme>
        <label>Repeat End Barline</label>
        <tooltip>Insert a barline indicating the end of a repeated section.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>