1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0" encoding="UTF-8"?>
<Denemo>
<merge>
<title>A Denemo Keymap</title>
<author>AT, JRR, RTS</author>
<map>
<row type="scheme">
<action>AppendPostscript</action>
<after>TaglineLink</after>
<_label>Append Encapsulated Postscript</_label>
<_tooltip>Places text/graphics from an encapsulated postscript file at the end of the current movement.
Use this for columns of text or images, fancy titles etc. prepared in other programs
which are to appear after the music.</_tooltip>
</row>
</map>
</merge>
</Denemo>
|