]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.48
authorfred <fred>
Wed, 11 Mar 1998 22:16:10 +0000 (22:16 +0000)
committerfred <fred>
Wed, 11 Mar 1998 22:16:10 +0000 (22:16 +0000)
lily/include/pitch-squash-grav.hh [new file with mode: 0644]

diff --git a/lily/include/pitch-squash-grav.hh b/lily/include/pitch-squash-grav.hh
new file mode 100644 (file)
index 0000000..dc68980
--- /dev/null
@@ -0,0 +1,24 @@
+/*   
+  pitch-squash-grav.hh -- declare Pitch_squash_engraver
+  
+  source file of the GNU LilyPond music typesetter
+  
+  (c) 1997 Han-Wen Nienhuys <hanwen@stack.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_elem_info);
+  
+};
+
+#endif /* PITCH_SQUASH_GRAV_HH */
+