<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">what is wrong in this code?<div><br></div><div><div>(define (test)</div><div>&nbsp;&nbsp;(process repeat 50 do</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (pick (fms:note :pitch (between 60 80) :dur 1)</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (fms:rest :dur 1))</div><div>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; (wait 1)))</div><div>(sprout (test) "/Users/johannesquint/Desktop/test.ly" :clear #t :run #t)</div><div><br></div><div>i get the following error:</div><div><br></div><div><div>;; fomus: value update out of sequence in module `'</div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"><i><span class="Apple-style-span" style="font-size: medium; font-style: normal;"><br></span></i></span></font></div><div>thanks, johannes</div></div></div></body></html>