]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/spanner.hh
* lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
[lilypond.git] / lily / include / spanner.hh
index 37f6ad33936f8faef6209071e35b0ddc22c6ffec..f04c3aca5651dadc4a435469ce13d8ddc1e50c4e 100644 (file)
@@ -1,7 +1,7 @@
 /*
   spanner.hh -- part of GNU LilyPond
 
-  (c)  1996--2003 Han-Wen Nienhuys
+  (c) 1996--2004 Han-Wen Nienhuys
 */
 
 #ifndef SPANNER_HH
@@ -50,7 +50,7 @@ public:
   
   Spanner (SCM);
   Spanner (Spanner const &);
-  bool broken_b () const;
+  bool is_broken () const;
   void do_break ();
   Real spanner_length () const;
 
@@ -59,10 +59,11 @@ public:
   virtual SCM do_derived_mark () const;
   static bool has_interface (Grob*);
   virtual System *get_system () const;
+
 protected:
   void set_my_columns ();
 
-  VIRTUAL_COPY_CONS (Grob);
+  VIRTUAL_COPY_CONSTRUCTOR (Grob, Spanner);
   virtual void do_break_processing ();
 };