From: fred Date: Sun, 24 Mar 2002 20:02:25 +0000 (+0000) Subject: lilypond-0.1.54 X-Git-Tag: release/1.5.59~3607 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=46c97ec72874b2a24bf85092020d73f9d5f0dfa9;p=lilypond.git lilypond-0.1.54 --- diff --git a/lily/graphical-element.cc b/lily/graphical-element.cc index b5c1046846..79c298928b 100644 --- a/lily/graphical-element.cc +++ b/lily/graphical-element.cc @@ -10,6 +10,12 @@ #include "axis-group-element.hh" #include "debug.hh" +bool +Graphical_element::empty_b () const +{ + return empty_b_; +} + Graphical_element::Graphical_element () { init (); diff --git a/lily/include/graphical-element.hh b/lily/include/graphical-element.hh index f5057a0c63..aff7de6793 100644 --- a/lily/include/graphical-element.hh +++ b/lily/include/graphical-element.hh @@ -29,6 +29,8 @@ class Graphical_element public: void set_empty (bool); + bool empty_b () const; + DECLARE_MY_RUNTIME_TYPEINFO; /** This is needed, because #output# may still be