Package com.softsynth.jmsl.score
Class ScoreWriter
java.lang.Object
com.softsynth.jmsl.score.ScoreWriter
public class ScoreWriter
extends java.lang.Object
ScoreWriter generates a textfile importable by San Andreas Press SCORE.
JMSL Notation Project
JMSL Notation Project
- Author:
- Nick Didkovsky, copyright 2000 Nick Didkovsky
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
copyright
-
Constructor Summary
Constructors Constructor Description ScoreWriter(Score score, java.io.PrintWriter out, java.lang.String templateName, java.lang.String musPrefix)
-
Method Summary
Modifier and Type Method Description void
write()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
copyright
public static final java.lang.String copyright- See Also:
- Constant Field Values
-
-
Constructor Details
-
ScoreWriter
public ScoreWriter(Score score, java.io.PrintWriter out, java.lang.String templateName, java.lang.String musPrefix)
-
-
Method Details
-
write
public void write()
-