<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>PageBreak</after>
        <action>NotForLayout</action>
        <scheme>;;;;;;; NotForLayout
 (let ((tag (d-DirectiveGetTag-standalone)) ( id (d-GetLayoutId)))
  (if tag
  	(let ()
  		(define text (string-append (_ "Not for ") (d-GetLayoutName)))
  		(d-DirectivePut-standalone-display tag text)
  		(d-DirectivePut-standalone-ty tag -50)
  		(d-DirectivePut-standalone-tx tag -30)
	(d-DirectivePut-standalone-x tag id))))
	(d-SetSaved #f)
	(d-RefreshDisplay)</scheme>
        <label>Ignore for Current Layout</label>
        <tooltip>The Denemo Directive at the cursor will be ignored when printing from the current score layout (See View-&gt;Score Layout)</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
