Hosted by
 |
with XML_Readers; use XML_Readers;
with XML_Writers; use XML_Writers;
package Lyrics.MusicXML is
function Read_Lyric
(XML : access XML_Reader)
return Lyric_Access;
procedure Write_Lyric
(XML : access XML_Writer;
This : access Lyric);
end Lyrics.MusicXML;
|