Hosted by
|
with XML_Readers; use XML_Readers;
with XML_Writers; use XML_Writers;
package Notations.MusicXML is
function Read_Notation
(XML : access XML_Reader)
return Notation_Access;
procedure Write_Notation
(XML : access XML_Writer;
This : access Notation'Class;
Arti : in out Boolean);
end Notations.MusicXML;
|