From 46c97ec72874b2a24bf85092020d73f9d5f0dfa9 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:02:25 +0000 Subject: [PATCH] lilypond-0.1.54 --- lily/graphical-element.cc | 6 ++++++ lily/include/graphical-element.hh | 2 ++ 2 files changed, 8 insertions(+) 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 -- 2.39.5