]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/pitch-squash-engraver.cc
Correct doc string of repeat tie engraver.
[lilypond.git] / lily / pitch-squash-engraver.cc
index 65cef28d72fa1fa936694f1db7aed26453bfbb8d..8fd4d4e26d213f2eb6d4d6e9cadc4ddcf1432bcf 100644 (file)
@@ -3,12 +3,15 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 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 */ "");