]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
release: 0.1.11
[lilypond.git] / lily / include / bar.hh
index 447a807f0ac048d23c1b21e0d4ddc199c5396fa4..ce886830b0e69e08aacd8b449e0ce5b0563b1878 100644 (file)
@@ -8,20 +8,23 @@
 #define BAR_HH
 #include "item.hh"
 /**
+  A vertical bar.
+  
   TODO: connections with pre and postbreak
  */
 class Bar:public Item {
 public:
-    String type_str_;
+  String type_str_;
+  int spanned_i_;
     
-    NAME_MEMBERS();
-    SCORE_ELEM_CLONE(Bar)
-    Bar();
+  DECLARE_MY_RUNTIME_TYPEINFO;
+  SCORE_ELEM_CLONE(Bar);
+  Bar();
 private:
-    void do_print() const;
+  void do_print() const;
 protected:
-    virtual void do_pre_processing();
-    Molecule*brew_molecule_p()const;
+  virtual void do_pre_processing();
+  Molecule*brew_molecule_p() const;
 };
 #endif // BAR_HH