]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch-squash-engraver.hh
patch::: 1.3.108.jcn1
[lilypond.git] / lily / include / pitch-squash-engraver.hh
index dbf432a53603e4e1e50ab93e63edb40bd6465846..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,24 +0,0 @@
-/*   
-  pitch-squash-engraver.hh -- declare Pitch_squash_engraver
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
-
-#ifndef PITCH_SQUASH_GRAV_HH
-#define PITCH_SQUASH_GRAV_HH
-
-#include "engraver.hh"
-
-class Pitch_squash_engraver : public Engraver {
-public:
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  TRANSLATOR_CLONE (Pitch_squash_engraver);
-  virtual void acknowledge_element (Score_element_info);
-  
-};
-
-#endif /* PITCH_SQUASH_GRAV_HH */
-