
Start the tool.
Run java -jar Musypher.jar or double-click on the Musypher.jar file.


Run the example.

If you just want to produce a cypher dump file that is the graph-based representation of the BachChoral.mei file then :
- choose the "Create dump" button, and 
- choose the BachChoral.mei file.  

If you want to insert the graph database stemming from the graph-based representation of the BachChoral.mei file then :
- start the target Neo4J database,
- configure the properties of the database in the Musypher tool (login, password, port),
- choose the "Send to database" button, and 
- choose the BachChoral.mei file. 

NB: The Neo4J database must be a 4.2.1 database, and must allow the bolt connexions.

For instance in the properties of the database if it is a localhost one
dbms.connector.bolt.enabled=true
dbms.default_listen_address=0.0.0.0
dbms.connector.bolt.listen_address=:7687

Here are some known limitations of this version.

Some music feature are note taken into account :
- ornaments
- overlapping of notes in a same voice
- dot of dot for the calculation of the duration
- changing the time signature during a voice 
- quotes in texts are replaced by a space (in Events.class (approx line 60))
- the chords 
