Package de.saar.coli.arranger.abc
Class AbcWriter
- java.lang.Object
-
- de.saar.coli.arranger.abc.AbcWriter
-
public class AbcWriter extends Object
A class for writing a score in ABC notation.
-
-
Constructor Detail
-
AbcWriter
public AbcWriter(Config config)
-
-
Method Detail
-
write
public void write(Score score, Writer writer) throws IllegalArgumentException, IOException
Writes the score to the given writer in ABC notation.- Parameters:
score-writer-- Throws:
IllegalArgumentException- - if something went wrong in filling out the ABC templateIOException- - if an I/O error occurred
-
-