<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <action>FreeFermata</action>
        <scheme>;;;Fermata attached to the next object, for example a barline. But shown between notes
(let ((tag "FreeFermata"))
   (if (d-Directive-standalone? tag)
	(d-DirectiveTextEdit-standalone tag)
	(StandAloneDirectiveProto (cons tag "\\once \\override Score.RehearsalMark #'break-visibility =
#begin-of-line-invisible \\mark \\markup { \\musicglyph #\"scripts.ufermata\" } "))))
		</scheme>
        <label>(Print) Standalone Fermata (for Barlines)</label>
        <tooltip>Adds a standalone fermata which has no playback effect. Can be used to place a Fermata on a barline.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
