]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/hara-kiri-group-spanner.cc
(music_property_def): oops. SCM_UNDEFINED
[lilypond.git] / lily / hara-kiri-group-spanner.cc
index 8fdcc19bc86c2947a5b1d227be4196c34d5f857e..eacd67fd7ae5aae0c5ad8caf7b351c94f6f5baec 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1998--2003 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2004 Jan Nieuwenhuizen <janneke@gnu.org>
   Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
@@ -101,9 +101,9 @@ Hara_kiri_group_spanner::add_interesting_item (Grob* me,Grob* n)
 
 
 ADD_INTERFACE (Hara_kiri_group_spanner,"hara-kiri-group-interface",
-  "  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.",                                        \
-  "items-worth-living remove-first");
+              "A group spanner that  keeps track of interesting items.  If it "
+              "doesn't contain any after linebreaking, then it "
+              "will remove itself and all its children."
+              ,
+              "items-worth-living remove-first");