> If you define a note with a duration of 0, fomus picks a duration
     > for you that that can be represented without a tie and many times
     > extends to the next beat

Theres something stopping this here:

part perc              
duration 1/2 pitch c4 ;
time 0 ;
time 1/2 dur 0 ;
time 3/4 dur 1/4 ;
time 4/4 dur 1/4 ;

throws errors:

  choosing rest staves...
  merging parts...
  beaming notes...
  fomus: return value not of type `rational' in module `beams'
  fomus: return value not of type `rational' in module `beams'
  fomus: return value not of type `rational' in module `beams'
   ...
  fomus: return value not of type `rational' in module `beams'
    determining mark locations...
  writing output file `/tmp/tmp.ly'...
  fomus: return value not of type `rational' in module `lilyout'
  fomus: error "can't write duration" in module `lilyout'

and ends with an empty .ly file.  

Do you have a working example?


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
fomus-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fomus-user

Reply via email to