<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>SynchronizeAudio</after>
        <action>CloseSourceAudioFile</action>
        <scheme>;;;CloseSourceAudioFile
(if (d-CloseSourceAudio)
  (begin
    (d-InfoDialog "The source audio is now dropped from this score.\nIt will not automatically be re-opened with the score if you save.")
    (d-SetSaved #f))
  (d-InfoDialog "There is no source audio for this movement.\nUse File-&gt;Open-&gt;Open Source Audio to attach audio to the movement."))
</scheme>
        <label>Close Source Audio File</label>
        <tooltip>Drops the audio track attached to the current movement.</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
