From: fred Date: Wed, 11 Mar 1998 22:16:10 +0000 (+0000) Subject: lilypond-0.1.48 X-Git-Tag: release/1.5.59~6002 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5332854d48efdd11befdb8687b6c3873e968ddb8;p=lilypond.git lilypond-0.1.48 --- 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 */ +