]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
release: 1.3.29
[lilypond.git] / lily / include / bar.hh
index 733cd26237feb443701e62e4c9068dae7b04ad25..1e4f8c539a64ae5c4ad64264eccc33cd1237c47d 100644 (file)
@@ -1,24 +1,24 @@
 /*
-  bar.hh -- part of LilyPond
+  bar.hh -- part of GNU LilyPond
 
-  (c) 1996,97 Han-Wen Nienhuys
+  (c) 1996--2000 Han-Wen Nienhuys
 */
 
 #ifndef BAR_HH
 #define BAR_HH
 #include "item.hh"
+
 /**
-  TODO: connections with pre and postbreak
+  A vertical bar.
  */
 class Bar:public Item {
 public:
-    String type;
-    
-    NAME_MEMBERS(Bar);
-    Bar(String type);
-private:
-    void do_print() const;
-    Molecule*brew_molecule_p()const;
+  VIRTUAL_COPY_CONS(Score_element);
+  Bar();
+protected:
+  virtual void do_pre_processing ();
+  virtual Molecule  do_brew_molecule () const;
+  virtual Real get_bar_size () const;
 };
 #endif // BAR_HH