|
Opus+ Version 1.0 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopusplus.core.lilypond.LilypondWriter
public class LilypondWriter
This class uses a stave iterator to visit every element within the composition and writes it out in Lilypond format.
| Constructor Summary | |
|---|---|
LilypondWriter()Default ctor that uses the working directory and the Lilypond output file name specified in the system parameters. |
|
LilypondWriter(java.io.File lyFile)Convenience ctor to output to a particular file. |
|
LilypondWriter(java.io.PrintStream out)Ctor to write Lilypond data out to any print stream - for example the console. |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
execute()Operates the Lilypond writer. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LilypondWriter(java.io.File lyFile)
public LilypondWriter(java.io.PrintStream out)
public LilypondWriter()
| Method Detail |
|---|
public java.util.ArrayListexecute()
|
Opus+ Version 1.0 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||