<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>ArbitraryTextAbove</action>
        <scheme>;;;ArbitraryTextAbove
(let ((thetext #f))
  (set! thetext (d-GetUserInput (_ "Give string") (_ "give your text") " "))
  (if thetext
      (begin
	(d-DirectivePut-chord-postfix "ArbitraryTextAbove" 
				      (string-append "^\\markup \\bold \"" thetext "\""))
	(d-DirectivePut-chord-display "ArbitraryTextAbove" thetext)
	(d-DirectivePut-chord-ty "ArbitraryTextAbove" -100)

	(d-RefreshDisplay))))
;;;End of scheme script</scheme>
        <label>Arbitrary Text Above</label>
        <tooltip>Prints the text you give above the chord.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
