Hosted by
 |
with XML_Readers; use XML_Readers;
with XML_Writers; use XML_Writers;
package Score_Instruments.MusicXML is
function Read_Score_Instrument
(XML : access XML_Reader)
return Score_Instrument_Access;
procedure Write_Score_Instrument
(XML : access XML_Writer;
This : access Score_Instrument);
end Score_Instruments.MusicXML;
|