]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/pitch-squash-engraver.hh
release: 1.3.19
[lilypond.git] / lily / include / pitch-squash-engraver.hh
1 /*   
2   pitch-squash-engraver.hh -- declare Pitch_squash_engraver
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.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   VIRTUAL_COPY_CONS (Translator);
18   virtual void acknowledge_element (Score_element_info);
19 };
20
21 #endif /* PITCH_SQUASH_GRAV_HH */
22