]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hara-kiri-group-spanner.hh
release: 1.3.131
[lilypond.git] / lily / include / hara-kiri-group-spanner.hh
index 0c3268ea20cb8dd2502eb1b6b1ab16d5de409a74..52312d6f976cbc64c0eac19d2f4871465f9ae9bc 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2001 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 
 #include "lily-guile.hh"
 #include "lily-proto.hh"
 
-/** 
-  As Vertical_group_spanner, but keep track of interesting items.  If
-  we don't contain any interesting items after linebreaking, then
-  gracefully commit suicide.  Objective: don't disgrace Lily by
-  typesetting empty lines in orchestral scores.
 
-  properties:
-
-  items-worth-living -- list of interesting items. If empty in a particular system,
-    clear this line
-
-
-    todo: naming
-*/
 class Hara_kiri_group_spanner 
 {
 public:
   DECLARE_SCHEME_CALLBACK(force_hara_kiri_callback, (SCM ,SCM));
   DECLARE_SCHEME_CALLBACK(y_extent, (SCM smob, SCM axis));
   DECLARE_SCHEME_CALLBACK(force_hara_kiri_in_parent_callback, (SCM ,SCM));
-  static void add_element (Score_element *me, Score_element *e);
-  static void set_interface (Score_element*me);
-  static bool has_interface (Score_element*);
-  static void consider_suicide (Score_element*me);
-  static void add_interesting_item (Score_element * me , Score_element* n);
+  static void add_element (Grob *me, Grob *e);
+  static void set_interface (Grob*me);
+  static bool has_interface (Grob*);
+  static void consider_suicide (Grob*me);
+  static void add_interesting_item (Grob * me , Grob* n);
 };