	drm - Generates .mid drum backing from annotated lyric or chord files

to start:
 ./configure   (as usual) 
 make drm      (make, by itself, will fail if you're
                missing checking libraries.  not sure of a fix.)


relevant code is in
 midiout.c midiout.h drm.c sounds.h poker.y toker.l
supplemental code in
 nscommon.h adt/sorted_intlist.[ch] adt/queue.[ch] (yes, I know it's not really a queue)
input files that are woefully incomplete and at best inspired by the originals:
 *.drm
the rest of the code is mostly auto-generated.



todo: 
 2. a little bit softer now, likely with |p+ (meaning |p, |pp |ppp)
 3. a little bit louder now, likely with |f+
 4. verify parser deals with otherwise unaltered chord files
 6. figure out how to handle errors in flex/bison and make it better.


  Copyright (C) 2001 Neil Spring

  drm is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, version 2.

  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with this program; if not, write to the Free Software
  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

Comments are welcome.

	- Neil Spring <nspring@cs.washington.edu>
