cleari()
val score = MusicScore(
Melody("Acoustic_Grand", " A B C D G C6h A G B D C C6h "),
Rhythm("Acoustic_Bass_Drum", "q", "o.o.o.o.o.o.o.o")
) //> val score: net.kogics.kojo.core.Score = Score(ArraySeq(Melody(Acoustic_Grand, A B C D G C6h A G B D C C6h ), Rhythm(Acoustic_Bass_Drum,q,o.o.o.o.o.o.o.o)))
playMusic(score)