]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hara-kiri-line-group-engraver.hh
patch::: 1.3.132.jcn4
[lilypond.git] / lily / include / hara-kiri-line-group-engraver.hh
index 21ca5197d6f99648787534d177978feb717e9729..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,31 +0,0 @@
-/*
-  hara-kiri-line-group-grav.hh -- declare Hara_kiri_line_group_engraver
-
-  source file of the GNU LilyPond music typesetter
-
-  (c)  1998 Jan Nieuwenhuizen <jan@digicash.com>
-*/
-
-
-#ifndef HARA_KIRI_LINE_GROUP_GRAV_HH
-#define HARA_KIRI_LINE_GROUP_GRAV_HH
-
-#include "line-group-grav.hh"
-
-/**
-  Just as Line_group_engraver, but won't disgrace Lily by typesetting 
-  an empty line (for orchestral scores).
-  */
-class Hara_kiri_line_group_engraver : public Line_group_engraver
-{
-public:
-  TRANSLATOR_CLONE (Hara_kiri_line_group_engraver);
-  DECLARE_MY_RUNTIME_TYPEINFO;
-
-protected:
-  virtual void create_line_spanner ();
-};
-
-
-#endif // HARA_KIRI_LINE_GROUP_GRAV_HH
-