]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/pitch-squash-engraver.hh
release: 1.3.103
[lilypond.git] / lily / include / pitch-squash-engraver.hh
index 9e06f31b6853c593cd1d617c40f24f1a617241ab..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,22 +0,0 @@
-/*   
-  pitch-squash-engraver.hh -- declare Pitch_squash_engraver
-  
-  source file of the GNU LilyPond music typesetter
-  
-  (c)  1997--2000 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:
-  VIRTUAL_COPY_CONS (Translator);
-  virtual void acknowledge_element (Score_element_info);
-};
-
-#endif /* PITCH_SQUASH_GRAV_HH */
-