]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Merge with master
[lilypond.git] / lily / note-heads-engraver.cc
index 1c6bf4142d4e70efd749cde07a472a46b834212b..a49bbbe81f64bfefb3d4d43ac1d35111a7895c44 100644 (file)
@@ -1,7 +1,7 @@
 /*
   note-heads-engraver.cc -- part of GNU LilyPond
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "engraver.hh"
@@ -9,8 +9,6 @@
 #include <cctype>
 using namespace std;
 
-#include "dots.hh"
-#include "dot-column.hh"
 #include "duration.hh"
 #include "item.hh"
 #include "output-def.hh"
@@ -106,7 +104,7 @@ ADD_TRANSLATOR (Note_heads_engraver,
                /* doc */ "Generate noteheads.",
                /* create */
                "NoteHead ",
-               /* accept */
-               "note-event",
-               /* read */ "middleCPosition",
-               /* write */ "");
+               /* read */
+               "middleCPosition",
+               /* write */
+               "");