X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fhara-kiri-group-spanner.cc;h=acd65da2f12bde372440c3add767be353425a724;hb=09bf9a18185476020686ff65b5d70b57051be780;hp=d554bce21568bca63a4ec900d163d3a3f98ad8ff;hpb=a3765e1d290e5e49093e7ca7791bf3fe20be1726;p=lilypond.git diff --git a/lily/hara-kiri-group-spanner.cc b/lily/hara-kiri-group-spanner.cc index d554bce215..acd65da2f1 100644 --- a/lily/hara-kiri-group-spanner.cc +++ b/lily/hara-kiri-group-spanner.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2007 Jan Nieuwenhuizen + (c) 1998--2009 Jan Nieuwenhuizen Han-Wen Nienhuys */ @@ -43,7 +43,8 @@ Hara_kiri_group_spanner::pure_height (SCM smob, SCM start_scm, SCM end_scm) if (request_suicide (me, start, end)) return ly_interval2scm (Interval ()); - return Axis_group_interface::pure_group_height (me, start, end); + + return ly_interval2scm (Axis_group_interface::pure_group_height (me, start, end)); } /* there is probably a way that doesn't involve re-implementing a binary @@ -153,10 +154,9 @@ Hara_kiri_group_spanner::add_interesting_item (Grob *me, Grob *n) } ADD_INTERFACE (Hara_kiri_group_spanner, - "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.", - + "A group spanner that keeps track of interesting items. If it" + " doesn't contain any after line breaking, it removes itself" + " and all its children.", /* properties */ "items-worth-living "