-- $Date: 2003/12/22 13:28:19 $
-- $Revision: 1.6 $
-- $Author: jcrocholl $

with XML_Parsers;
use XML_Parsers;

package MusicXML.Read is

   -- Read a score from a parser.
   function Read_Score
     (X : in XML_Parser)  -- The XML parser to read from.
     return Scores.Score-- The new score created from input.

end MusicXML.Read;