]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
patch::: 1.1.37.mb1: Re: LilyPond 1.1.37
[lilypond.git] / lily / include / bar.hh
index a221be0fd5f68da677c55344762c550b1e7b8eeb..3c43bc0dcd92139465b020c96fc12e564a00b18c 100644 (file)
@@ -1,28 +1,26 @@
 /*
   bar.hh -- part of GNU LilyPond
 
-  (c) 1996--1998 Han-Wen Nienhuys
+  (c) 1996--1999 Han-Wen Nienhuys
 */
 
 #ifndef BAR_HH
 #define BAR_HH
 #include "item.hh"
+
 /**
   A vertical bar.
-  
-  TODO: connections with pre and postbreak
  */
 class Bar:public Item {
 public:
   String type_str_;
-
-  
   VIRTUAL_COPY_CONS(Score_element);
   Bar ();
 
 protected:
   virtual void do_pre_processing ();
-  Molecule* brew_molecule_p () const;
+  virtual Molecule* do_brew_molecule_p () const;
+  virtual Real get_bar_size () const;
 
 private:
   void do_print () const;