-experimental- This project interprets a set of its own musical commands stored in a list to simulate a guitar singer. It's just a quick test of how you can implement your own programming language in Scratch. I'm calling this one Rainbow ;-) Its set of commands is as follows: | - measure mark ||: - start of repeat block :|| - end of repeat block x-chord - play chord n for one measure y - play note y (n-beats) - set duration of following notes rest - rest It works best when downloaded and played in edit mode. Can you transcribe your own songs using this format? Enjoy! -Jens