public static void main(String[] args) {
//BELLS, CRYSTAL, ATMOSPHERE, DROPS, STAR_THEME, SOUNDEFFECTS, BIRD, HELICOPTER, APPLAUSE, GUNSHOT, FRET_NOISE, TOM, SOUNDTRACK
Score score = new Score();
score.addPart(new Part(Instruments.CLARINET));
Phrase phrase = new Phrase();
score.getPart(0).addPhrase(phrase);
// addChord(new int[] {60, 63, 65}, 1d, 90, phrase, null, true);
for (int i = 50; i < 70; i++) {