com.softsynth.jmsl.score.util
Class MusicXMLWriter

java.lang.Object
  extended by com.softsynth.jmsl.score.util.MusicXMLWriter

public class MusicXMLWriter
extends java.lang.Object

Export Score in MusicXML format. This allows JMSL users to import a score into Finale and other software that reads MusicXML ( Visit http://www.recordare.com/xml.html ) All versions of Finale for Windows from 2003 on ship with the Dolet plugin that reads MusicXML Other Finale versions on Windows and Macintosh OS X can get the plugin (inexpensively) from Recordare, visit http://store.recordare.com/software.html. MusicXML support is included here under Recordare's royalty-free license ( http://www.recordare.com/dtds/license.html )

Author:
Nick Didkovsky, (c) 2002 Nick Didkovsky, all rights reserved.

Field Summary
static int TICKS_PER_QUARTER
           
 
Constructor Summary
MusicXMLWriter(Score score, java.io.PrintWriter out)
           
 
Method Summary
 boolean getGoAhead()
           
 void write()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TICKS_PER_QUARTER

public static final int TICKS_PER_QUARTER
See Also:
Constant Field Values
Constructor Detail

MusicXMLWriter

public MusicXMLWriter(Score score,
                      java.io.PrintWriter out)
Method Detail

getGoAhead

public boolean getGoAhead()

write

public void write()