lilypond-1.1.44
[lilypond.git] / lily / include / hara-kiri-engraver.hh
blob0d88b3d8474697b3ef4038e95bc53ce33bce6e0f
1 /*
2 hara-kiri-engraver.hh -- declare Hara_kiri_engraver
4 source file of the GNU LilyPond music typesetter
6 (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #ifndef HARA_KIRI_ENGRAVER_HH
11 #define HARA_KIRI_ENGRAVER_HH
13 #include "axis-group-engraver.hh"
15 class Hara_kiri_engraver : public Axis_group_engraver
17 protected:
18 virtual Axis_group_spanner*get_spanner_p ()const;
19 virtual void acknowledge_element (Score_element_info);
20 public:
21 VIRTUAL_COPY_CONS(Translator);
24 #endif /* HARA_KIRI_ENGRAVER_HH */