]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch-squash-engraver.cc
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / pitch-squash-engraver.cc
index e3869bb6f96ff38eb23206c706e5a3d715f132a8..f072c3c84e209301a097a3354122f42172b60072 100644 (file)
@@ -3,12 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
+
+#include "engraver.hh"
+
 #include "staff-symbol-referencer.hh"
 #include "note-head.hh"
 #include "rhythmic-head.hh"
-#include "engraver.hh"
+#include "grob.hh"
 
 class Pitch_squash_engraver : public Engraver
 {
@@ -40,6 +43,5 @@ ADD_TRANSLATOR (Pitch_squash_engraver,
                "demonstrating the rhythm of a melody.",
 
                /* create */ "",
-               /* accept */ "",
                /* read */ "squashedPosition",
                /* write */ "");