]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/hara-kiri-line-group-engraver.hh
21ca5197d6f99648787534d177978feb717e9729
[lilypond.git] / lily / include / hara-kiri-line-group-engraver.hh
1 /*
2   hara-kiri-line-group-grav.hh -- declare Hara_kiri_line_group_engraver
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1998 Jan Nieuwenhuizen <jan@digicash.com>
7 */
8
9
10 #ifndef HARA_KIRI_LINE_GROUP_GRAV_HH
11 #define HARA_KIRI_LINE_GROUP_GRAV_HH
12
13 #include "line-group-grav.hh"
14
15 /**
16   Just as Line_group_engraver, but won't disgrace Lily by typesetting 
17   an empty line (for orchestral scores).
18   */
19 class Hara_kiri_line_group_engraver : public Line_group_engraver
20 {
21 public:
22   TRANSLATOR_CLONE (Hara_kiri_line_group_engraver);
23   DECLARE_MY_RUNTIME_TYPEINFO;
24
25 protected:
26   virtual void create_line_spanner ();
27 };
28
29
30 #endif // HARA_KIRI_LINE_GROUP_GRAV_HH
31