<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks--I'll put the tremolos on the todo list, that's something I
overlooked.  The beat defaults to 1/4 (quarter note duration), but can
be changed w/ :default-beat and in the time signature objects (in
compound meters it defaults to the beat implied by the time
signature).  <br>
<br>
Actually, the 3/8 gets added to the 5/8 because by default any measure
smaller than 2 beats is merged into the measure preceding it--you can
change the duration with :min-auto-timesig-dur, so <br>
<br>
(fomus:fomus-init :backend '(:lilypond :view t) :auto-accidentals nil
:min-auto-timesig-dur 3/2)<br>
<br>
should get you what you want.  You can turn off the auto-rearranging
too (:auto-override-timesigs nil)<br>
<br>
-David<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:ml13@onlinehome.de">ml13@onlinehome.de</a> wrote:
<blockquote cite="mid7B1B866D-677F-4931-B498-7E70DE0F027D@onlinehome.de"
 type="cite">
  <div>Hi,</div>
  <div><br class="khtml-block-placeholder">
  </div>
  <div>for some reason fomus wants to make a 5/8 + a 3/8 into a 8/8 in
the the following snippet. I will be using fomus quite regularly the
next days and keep on pasting my observations. I could also try to give
some comments on the interface and settings, if I have some more time
after this hot period. I will surely also play around with the quant
settings - for the moment, I will use :max-tuplet-dur 1, which seems to
work nicely. If you speak about a "beat", do you always mean a quarter
beat, regardless of time signature ? (I think that's good...)</div>
  <div><br class="khtml-block-placeholder">
  </div>
  <div>Cheers,</div>
  <div>    Kilian</div>
  <div><br class="khtml-block-placeholder">
  </div>
  <div><br class="khtml-block-placeholder">
  </div>
  <div style="font-size: 9px;">(fomus:fomus-init :backend '(:lilypond
:view t) :auto-accidentals nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newpart 2) </div>
  <div style="font-size: 9px;">(fomus:fomus-newtimesig :off 0 :time '(3
8)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 0 :dur 1/2
:note '(74 0) :marks '(:accent :mf)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 1/2 :dur 1/2
:note '(71 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 1 :dur 1/2
:note '(74 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newtimesig :off 3/2 :time
'(5 8)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 3/2 :dur 1/2
:note '(74 0) :marks '(:accent)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 2 :dur 1/2
:note '(67 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 5/2 :dur 1/2
:note '(67 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 3 :dur 1/2
:note '(71 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 7/2 :dur 1/2
:note '(74 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newtimesig :off 4 :time '(3
8)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 4 :dur 1/2
:note '(74 0) :marks '(:accent)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 9/2 :dur 1/2
:note '(74 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 5 :dur 1/2
:note '(67 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newtimesig :off 11/2 :time
'(5 8)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 11/2 :dur
1/2 :note '(74 0) :marks '(:accent)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 6 :dur 1/2
:note '(71 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 13/2 :dur
1/2 :note '(74 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 7 :dur 1/2
:note '(71 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 15/2 :dur
1/2 :note '(67 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newtimesig :off 8 :time '(5
8)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 8 :dur 1/2
:note '(74 0) :marks '(:accent)) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 17/2 :dur
1/2 :note '(71 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 9 :dur 1/2
:note '(74 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 19/2 :dur
1/2 :note '(67 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-newnote 2 :off 10 :dur 1/2
:note '(71 0) :marks nil) </div>
  <div style="font-size: 9px;">(fomus:fomus-exec) </div>
  <div><br class="khtml-block-placeholder">
  </div>
  <div><br class="khtml-block-placeholder">
  </div>
  <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>