]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/axis-group-interface.cc
* input/regression/new-part-combine-solo.ly: more cases.
[lilypond.git] / lily / axis-group-interface.cc
index 1efc878a928014cc94c204fc4f4ea2e1348ad31b..4d734640edeaf8c63b116158ab6d1f2a064e6c17 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 #include "hara-kiri-group-spanner.hh"
@@ -45,7 +45,7 @@ Axis_group_interface::relative_group_extent (Axis a, Grob *common, SCM elts)
     {
       Grob * se = unsmob_grob (ly_car (s));
       Interval dims = se->extent (common, a);
-      if (!dims.empty_b ())
+      if (!dims.is_empty ())
        r.unite (dims);
     }
   return r;