From 5332854d48efdd11befdb8687b6c3873e968ddb8 Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 11 Mar 1998 22:16:10 +0000 Subject: [PATCH] lilypond-0.1.48 --- lily/include/pitch-squash-grav.hh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 lily/include/pitch-squash-grav.hh diff --git a/lily/include/pitch-squash-grav.hh b/lily/include/pitch-squash-grav.hh new file mode 100644 index 0000000000..dc68980ea1 --- /dev/null +++ b/lily/include/pitch-squash-grav.hh @@ -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 + + */ + +#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 */ + -- 2.39.5