]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
release: 1.1.32
[lilypond.git] / lily / include / bar.hh
index a221be0fd5f68da677c55344762c550b1e7b8eeb..ee3ae12af8a89732f75157074b7e15e8503951bd 100644 (file)
@@ -1,7 +1,7 @@
 /*
   bar.hh -- part of GNU LilyPond
 
-  (c) 1996--1998 Han-Wen Nienhuys
+  (c) 1996--1999 Han-Wen Nienhuys
 */
 
 #ifndef BAR_HH
@@ -9,12 +9,11 @@
 #include "item.hh"
 /**
   A vertical bar.
-  
-  TODO: connections with pre and postbreak
  */
 class Bar:public Item {
 public:
   String type_str_;
+  bool at_line_start_b_;
 
   
   VIRTUAL_COPY_CONS(Score_element);
@@ -22,7 +21,7 @@ public:
 
 protected:
   virtual void do_pre_processing ();
-  Molecule* brew_molecule_p () const;
+  virtual Molecule* do_brew_molecule_p () const;
 
 private:
   void do_print () const;