]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/vertical-align-engraver.hh
release: 1.3.37
[lilypond.git] / lily / include / vertical-align-engraver.hh
diff --git a/lily/include/vertical-align-engraver.hh b/lily/include/vertical-align-engraver.hh
deleted file mode 100644 (file)
index 286395f..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
-  vertical-align-engraver.hh -- declare Vertical_align_engraver
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef VERTICAL_ALIGN_GRAV_HH
-#define VERTICAL_ALIGN_GRAV_HH
-
-#include "engraver.hh"
-class Axis_align_spanner;
-class Vertical_align_engraver : public Engraver {
-  Axis_align_spanner * valign_p_;
-  bool qualifies_b (Score_element_info) const;  
-public:
-  VIRTUAL_COPY_CONS(Translator);
-  
-  Vertical_align_engraver();
-protected:
-  
-  virtual void acknowledge_element (Score_element_info);
-  virtual void do_creation_processing();
-  virtual void do_removal_processing();
-};
-
-#endif // VERTICAL_ALIGN_GRAV_HH