]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/note-heads-engraver.cc
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / note-heads-engraver.cc
index 1c6bf4142d4e70efd749cde07a472a46b834212b..7d976761dd9fbfdd512ad9d4af025c6b6b01feea 100644 (file)
@@ -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,5 @@ ADD_TRANSLATOR (Note_heads_engraver,
                /* doc */ "Generate noteheads.",
                /* create */
                "NoteHead ",
-               /* accept */
-               "note-event",
                /* read */ "middleCPosition",
                /* write */ "");