X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Faxis-group-interface.cc;h=4d734640edeaf8c63b116158ab6d1f2a064e6c17;hb=7095841e441b2ad2d8ca798e6d1d241e57bdd0c5;hp=1efc878a928014cc94c204fc4f4ea2e1348ad31b;hpb=aac814e0904dde5c2d5bba5f165e61826c72b1aa;p=lilypond.git diff --git a/lily/axis-group-interface.cc b/lily/axis-group-interface.cc index 1efc878a92..4d734640ed 100644 --- a/lily/axis-group-interface.cc +++ b/lily/axis-group-interface.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2002 Han-Wen Nienhuys + (c) 2000--2003 Han-Wen Nienhuys */ #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;