Class MusicXMLWriter

java.lang.Object
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

    Fields
    Modifier and Type Field Description
    static int TICKS_PER_QUARTER  
  • Constructor Summary

    Constructors
    Constructor Description
    MusicXMLWriter​(Score score, java.io.PrintWriter out)  
  • Method Summary

    Modifier and Type Method Description
    boolean getGoAhead()  
    void write()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • MusicXMLWriter

      public MusicXMLWriter​(Score score, java.io.PrintWriter out)
  • Method Details

    • getGoAhead

      public boolean getGoAhead()
    • write

      public void write()