Hi,<br><br>I&#39;ve noticed an inconsistency with octave signs, possibly a fomus bug, as shown in the following example.<br><br>;;============================================<br><br>(let ((parts &#39;((:id &quot;vla&quot; :name &quot;Viola&quot; :inst &quot;viola&quot; :clef &quot;alto&quot;))))<br>
  (sprout (process<br>       for rhy in &#39;(5 2)<br>       for k = (key &#39;bf5)<br>       do (send &quot;fms:note&quot;<br>            :pitch k<br>            :dur rhy<br>            :part &quot;vla&quot;)<br>       (wait rhy))<br>
      &quot;<a href="http://test.ly">test.ly</a>&quot; :parts parts))<br><br>;;============================================<br><br>It might be related to the forced alto clef.<br><br>Running Common Music 3.7.2 , Fomus 0.1.17-alpha under Debian 6.0.<br>
<br>Best regards,<br><br>Ricardo<br>