]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/span-bar.hh
patch::: 1.1.27.jcn3: geen genade
[lilypond.git] / lily / include / span-bar.hh
index 1aec5715141053a08e59daa4c2a0afd433b100c7..410b527a1b8157c66f625b1084d9f1b01889c102 100644 (file)
@@ -18,9 +18,8 @@ class Span_bar : public virtual Bar
 
 public:
     Span_bar();
-    DECLARE_MY_RUNTIME_TYPEINFO;
-    SCORE_ELEMENT_CLONE(Span_bar);
-    virtual Span_bar* access_Span_bar ();
+    
+    VIRTUAL_COPY_CONS(Score_element);
     void add_bar (Bar*);
     void set_align (Align_element *);
 
@@ -31,8 +30,8 @@ protected:
     virtual void do_post_processing();
     
     virtual void do_substitute_dependency (Score_element*,Score_element*);
-    virtual Molecule * brew_molecule_p() const;
-    virtual Atom get_bar_sym (Real dy) const;
+    virtual Molecule * do_brew_molecule_p() const;
+    virtual Molecule get_bar_sym (Real dy) const;
 };
 
 #endif // SPAN_BAR_HH