]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
release: 0.0.68pre
[lilypond.git] / lily / include / bar.hh
index eecc32f51fb0bc1c98ee583a6607bc0154f9dabc..447a807f0ac048d23c1b21e0d4ddc199c5396fa4 100644 (file)
  */
 class Bar:public Item {
 public:
-    String type;
+    String type_str_;
     
     NAME_MEMBERS();
-    Bar(String type);
+    SCORE_ELEM_CLONE(Bar)
+    Bar();
 private:
     void do_print() const;
+protected:
+    virtual void do_pre_processing();
     Molecule*brew_molecule_p()const;
 };
 #endif // BAR_HH