A raw JScore file is a text file that looks something like this:
TICKSPERQUARTER 240
MAXVEL 127
STAFFS 6
NOTE 0 6 30 44 120 0 1 0
NOTE 0 6 30 41 120 0 1 0
NOTE 0 6 30 41 120 0 1 0
NOTE 0 6 30 41 120 0 1 0
NOTE 0 6 30 41 120 0 1 0
Comments:
NOTE measure# track# dur pitch vel tiedoutflag beamedoutflag playstyle
Make measure = -1 if you don't care to set the measure of the note explicitely, rather letting it flow into the score.
objects no longer interested in being notified when the number of tracks per staff has been
changed (like the ScoreEditPanel) should remove itself from the score's listeners using this
method