]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.76
authorfred <fred>
Sun, 24 Mar 2002 19:48:26 +0000 (19:48 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:48:26 +0000 (19:48 +0000)
lily/include/span-bar.hh

index 177ada65c406a1f144c784e48636dad410f96200..a66477ebe82d874eca1fff1795b83801c9c754f0 100644 (file)
@@ -21,8 +21,15 @@ public:
     SCORE_ELEM_CLONE(Span_bar);
     void add(Bar* );
     void set( Vertical_align_element *);
-    void do_pre_processing();
-    void do_substitute_dependency(Score_elem*,Score_elem*);
-    Molecule * brew_molecule_p()const;
+
+protected:
+    virtual Interval do_width()const;
+    virtual void do_pre_processing();
+    virtual void translate_y(Real y);
+    
+    virtual void do_substitute_dependency(Score_elem*,Score_elem*);
+    virtual Molecule * brew_molecule_p()const;
+    virtual Symbol get_bar_sym(Real dy) const;
 };
+
 #endif // SPAN_BAR_HH