<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Latest dev. svn should fix it (in the "fomus/trunk" branch)--it was
something I took out a month or two ago when I was trying to improve
things w/ openmcl (that I should have left in, obviously)--I'll wrap up
another release tarball once I've had a chance to test it further<br>
<br>
Thanks!<br>
-DP<br>
<br>
David Psenicka wrote:
<blockquote cite="mid45B8E64C.5060404@uiuc.edu" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
You shouldn't have to do that, though...  I'll take a look at this, it
should find the triplet (not sure why it would happen only in one
place--did you get a double-dotted note just on the first note?)<br>
  <br>
Rob Canning wrote:
  <blockquote cite="mid200701251530.l0PFUXHO000882@relay1.cso.uiuc.edu"
 type="cite">
    <pre wrap="">rtfm i know! and found solution:
init :double-dotted-notes NIL

  </pre>
    <blockquote type="cite">
      <pre wrap="">hi,
i would rather use decimals for durational values but the quantization wont make it look clean... example below
any idea what i am doing wrong? i'm using the latest tarball
many thanks
rob

decimal v fraction example:

(init :output ((:musicxml-finale :filename "draft-clarinet-piece.xml")(:lilypond
:view t)));
init :filename "draft-clarinet-piece";
(init :title "work for clarinet and 4-channel tape" :subtitle "draft
score" :composer "rob canning");
TIMESIG :OFF 0 :TIME (4 4);
init :verbose 2;
part 1 :name "clarinet" :instr :bf-clarinet;
(note 1 :off 0 :notes (66) :dur 0.33333 :marks (:ignore :p :ignore))
;
(note 1 :off 0.33333 :notes (66) :dur 0.33333 :marks (:ignore :p :ignore))
;
(note 1 :off 0.66666 :notes (67) :dur 0.33333 :marks (:ignore :p :ignore))
;
(note 1 :off 1 :notes (67) :dur 1 :marks (:ignore :p :ignore))
;
(note 1 :off 2 :notes (70) :dur 1/3 :marks (:ignore :p :ignore));
(note 1 :off 2.333 :notes (64) :dur 1/3 :marks (:ignore :p :ignore))
;
(note 1 :off 2.666 :notes (65) :dur 1/3 :marks (:ignore :p :ignore))
;
(note 1 :off 3 :notes (67) :dur 1 :marks (:ignore :p :ignore))
;


-----------------------------------------------------------------
Find the home of your dreams with eircom net property
Sign up for email alerts now <a class="moz-txt-link-freetext"
 href="http://www.eircom.net/propertyalerts">http://www.eircom.net/propertyalerts</a>


_______________________________________________
fomus-devel mailing list
<a class="moz-txt-link-abbreviated"
 href="mailto:fomus-devel@common-lisp.net">fomus-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext"
 href="http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel</a>

    </pre>
    </blockquote>
    <pre wrap=""><!---->
--------------------------------
<a class="moz-txt-link-abbreviated" href="http://www.robcanning.info">www.robcanning.info</a>
--------------------------------

-----------------------------------------------------------------
Find the home of your dreams with eircom net property
Sign up for email alerts now <a class="moz-txt-link-freetext"
 href="http://www.eircom.net/propertyalerts">http://www.eircom.net/propertyalerts</a>



  </pre>
  </blockquote>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
fomus-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:fomus-devel@common-lisp.net">fomus-devel@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel">http://common-lisp.net/cgi-bin/mailman/listinfo/fomus-devel</a>
  </pre>
</blockquote>
</body>
</html>