Application Use
You can use the Java code in your application by placing the musicxmltasks.jar in the classpath of your application.
The jar file is available here.
The jar file without dependencies is available here.
Java class structure
You can navigate the Java class structure using the application's Javadoc.
Navigate to the
Javadoc section in the left nav.
The top-level MusicXML Java class is the Score class.
Converting MusicXML to Java
Converting a MusicXML file to Java requires calling one statement:
Converting Java to MusicXML
You can construct MusicXML Java and convert it to XML as in the following: