Hosted by
|
with XML_Readers; use XML_Readers;
with XML_Writers; use XML_Writers;
package Keys.MusicXML is
function Read_Key
(XML : access XML_Reader)
return Key_Access;
procedure Write_Key
(XML : access XML_Writer;
This : access Key);
end Keys.MusicXML;
|