Package de.saar.coli.arranger
Class ScoreViewer
- java.lang.Object
-
- de.saar.coli.arranger.ScoreViewer
-
public class ScoreViewer extends Object
Displays a score using ABCJ. Works with basic functionality for now, but because ABCJ only supports ABC 1.6, multiple voices are not displayed correctly.
-
-
Constructor Detail
-
ScoreViewer
public ScoreViewer() throws FileNotFoundException- Throws:
FileNotFoundException
-
-
Method Detail
-
addScore
public void addScore(Score score)
-
show
public void show()
-
-