<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hi David,<DIV><BR class="khtml-block-placeholder"></DIV><DIV>thats very good news!! You see that I haven't really studied the fomus settings so well, yet (although there are documented very well...) - sorry.</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV>Ciao,</DIV><DIV><SPAN class="Apple-tab-span" style="white-space:pre"> </SPAN>Kilian</DIV><DIV><BR class="khtml-block-placeholder"></DIV><DIV><BR><DIV><DIV>Am 10.01.2006 um 18:41 schrieb David Psenicka:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">  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>  </BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>