]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/span-bar.hh
release: 0.1.8
[lilypond.git] / lily / include / span-bar.hh
index 724caa3b9f52d52572069b28189b5bdc543f3821..644d9de0b4a6fbcaba3cb75e841d993b57959d75 100644 (file)
@@ -20,16 +20,16 @@ public:
     Span_bar();
     DECLARE_MY_RUNTIME_TYPEINFO;
     SCORE_ELEM_CLONE(Span_bar);
-    void add(Bar* );
-    void setVertical_align_element *);
+    void add (Bar*);
+    void set (Vertical_align_element *);
 
 protected:
     virtual Interval do_width()const;
     virtual void do_pre_processing();
     
-    virtual void do_substitute_dependency(Score_elem*,Score_elem*);
+    virtual void do_substitute_dependency (Score_elem*,Score_elem*);
     virtual Molecule * brew_molecule_p()const;
-    virtual Symbol get_bar_sym(Real dy) const;
+    virtual Symbol get_bar_sym (Real dy) const;
 };
 
 #endif // SPAN_BAR_HH