Hosted by
-- $Date: 2003/12/22 13:28:19 $ -- $Revision: 1.6 $ -- $Author: jcrocholl $ with Scores; package MusicXML is -- Read a score from current input (default is STDIN). -- -- Useful for reading from a pipe. function Parse_Current_Input return Scores.Score; -- The new score created from input. end MusicXML;