]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/pitch-squash-grav.hh
partial: 1.0.1.jcn
[lilypond.git] / lily / include / pitch-squash-grav.hh
1 /*   
2   pitch-squash-grav.hh -- declare Pitch_squash_engraver
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
7   
8  */
9
10 #ifndef PITCH_SQUASH_GRAV_HH
11 #define PITCH_SQUASH_GRAV_HH
12
13 #include "engraver.hh"
14
15 class Pitch_squash_engraver : public Engraver {
16 public:
17   DECLARE_MY_RUNTIME_TYPEINFO;
18   TRANSLATOR_CLONE (Pitch_squash_engraver);
19   virtual void acknowledge_element (Score_elem_info);
20   
21 };
22
23 #endif /* PITCH_SQUASH_GRAV_HH */
24