<!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">
<br>
<blockquote cite="mid9F78510E-DA85-40EB-9A52-CFF2894B9CD7@onlinehome.de"
 type="cite">
  <div>
  <div>
  <div><font class="Apple-style-span" face="Arial">Sorry to come back
to the wedges once more. First a general question:</font></div>
  <div><font class="Apple-style-span" face="Arial">In the example</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">q         q       
 q         q         |</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">p<-<-<-<-<-<-f>->->-mf</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">which was created by</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">:startwedge<</font></div>
  <div><font class="Apple-style-span" face="Arial">:wedge<</font></div>
  <div><font class="Apple-style-span" face="Arial">:endwedge<
:startwedge></font></div>
  <div><font class="Apple-style-span" face="Arial">:endwedge></font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">would it also be
okay to write</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">:startwedge<</font></div>
  <div><font class="Apple-style-span" face="Arial">:wedge<</font></div>
  <div><font class="Apple-style-span" face="Arial">:wedge<
:startwedge></font></div>
  <div><font class="Apple-style-span" face="Arial">:wedge></font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">or in other words,
are there two possibilities to specify a wedge?</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">One, with </font><font
 class="Apple-style-span" size="3"><span class="Apple-style-span"
 style="font-size: 13px;"><font class="Apple-style-span" face="Arial"><i>startwedge
wedge* endwedge</i></font></span></font><font class="Apple-style-span"
 face="Arial"> and the other with</font></div>
  <div><font class="Apple-style-span" face="Arial"><i>startwedge wedge*</i>,
where the last wedge "means" endwedge?</font></div>
  <div><font class="Apple-style-span" face="Arial">(I suppose the
latter could be generated more easily in a CM process,</font></div>
  <div><font class="Apple-style-span" face="Arial">was that your reason
to do it like that?) </font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  </div>
  </div>
</blockquote>
<br>
You can do it either way.  So the first example could be<br>
<br>
<div><font class="Apple-style-span" face="Arial">:startwedge<</font></div>
<div><font class="Apple-style-span" face="Arial"><br>
</font></div>
<div><font class="Apple-style-span" face="Arial">:endwedge<
:startwedge></font></div>
<div><font class="Apple-style-span" face="Arial">:endwedge></font></div>
<div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
</font></div>
in other words, the middle :wedge< isn't necessary--and the second
example should do the same thing.  Actually there isn't much difference
between :wedge< and :endwedge<  --I have two different marks
because I thought this might be a little more user-friendly, but they
basically work the same way--fomus finds a ":start*" mark and looks for
the last ":end*" or ":*" mark and doesn't care what's in the middle.<br>
<br>
<blockquote cite="mid9F78510E-DA85-40EB-9A52-CFF2894B9CD7@onlinehome.de"
 type="cite">
  <div>
  <div>
  <div><font class="Apple-style-span" face="Arial">Now I have a problem
once again, sorry, if I turn things around a bit:</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">q         q       
 q         q         |</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">p<-<-<-<-<-<-f<-<-<-ff</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div><font class="Apple-style-span" face="Arial">(Why not a split
crescendo.... ;-) )</font></div>
  <div><font class="Apple-style-span" face="Arial"><br
 class="khtml-block-placeholder">
  </font></div>
  <div>(fomus:fomus-init :backend '(:lilypond :view t) :filename "/tmp/
fomus" :auto-accidentals nil)</div>
  <div>(fomus:fomus-newpart 2 :instr :violin)</div>
  <div>(fomus:fomus-newnote 2 :off 0 :dur 1 :note '(77 0) :marks 
'(:startwedge< :pp))</div>
  <div>(fomus:fomus-newnote 2 :off 1 :dur 1 :note '(77 0) :marks
'(:wedge<))</div>
  <div>(fomus:fomus-newnote 2 :off 2 :dur 1 :note '(77 0) :marks 
'(:endwedge< :startwedge< :f))</div>
  <div>(fomus:fomus-newnote 2 :off 3 :dur 1 :note '(77 0) :marks 
'(:endwedge< :FF))</div>
  <div>(fomus:fomus-exec)</div>
  <div><br class="khtml-block-placeholder">
  </div>
  <div>In my printout, the first wedge does not continue to the third
note anymore, but stops on the second.</div>
  <div><font class="Apple-style-span" face="Arial">-Kilian</font></div>
  </div>
  </div>
  <br>
</blockquote>
<br>
I must have added a new bug--thanks. :)<br>
<br>
I think I'll add something to the TODO list: the program should check
for when a wedge passes through a dynamic mark and split it at that
point.  Also fomus doesn't know what to do with wedges on single notes
yet, but I think I'll fix that shortly.<br>
</body>
</html>