]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.53
authorfred <fred>
Sun, 24 Mar 2002 20:02:52 +0000 (20:02 +0000)
committerfred <fred>
Sun, 24 Mar 2002 20:02:52 +0000 (20:02 +0000)
lily/include/single-malt-grouping-item.hh

index 4b7489702223661eb3aa9b9a7e53085424944be8..a220ee4c19a1f9c8a486468a37aa7f2be3bb4bf4 100644 (file)
@@ -23,12 +23,12 @@ class Single_malt_grouping_item : public Item
   Link_array<Item> item_l_arr_;
 public:
   Single_malt_grouping_item ();
-  Interval do_width () const;
+  Interval my_width () const;
   void add (Item*);
   DECLARE_MY_RUNTIME_TYPEINFO;
 protected:
   virtual  void do_substitute_dependency (Score_elem*, Score_elem*);
-
+  virtual void do_print () const;
 };
 
 #endif /* SINGLE_MALT_GROUPING_ITEM_HH */