]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-constructor.cc
* lily/paper-book.cc: remove copyright & tagline. Remove
[lilypond.git] / lily / music-constructor.cc
index 0c39a96a73dc2a6030008bdf40190a03f580682a..e86672d7c7db6b6eccafc1a5b2979443485c56a6 100644 (file)
@@ -3,13 +3,16 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2001--2003  Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2001--2004  Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include <map>                 // UGH.
+#include <assert.h>
+
 #include "warn.hh"
 #include "music-constructor.hh"
+
 typedef Music* (*Music_ctor) ();
 
 static std::map<String,Music_ctor> *ctors_map_;