|
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.LilypondParser
public class LilypondParser
Class that parses the simple Lilypond generated and handled by Opus+
| Constructor Summary | |
|---|---|
LilypondParser() |
|
| Method Summary | |
|---|---|
java.util.ArrayList |
parse(java.lang.String lilypond)Parses simple Lilypond strings such as those representing single fragments. |
int |
pitchStringToValue(java.lang.String pitchString)Passed a pitchString in Lilypond format, this function returns the pitch value used internally by Opus+ to represent this note. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LilypondParser()
| Method Detail |
|---|
public int pitchStringToValue(java.lang.String pitchString)
public java.util.ArrayListparse(java.lang.String lilypond)
|
Opus+ Version 1.0 Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||