]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
release: 0.0.65
[lilypond.git] / lily / include / bar.hh
index 3727358d96f3c2659e537a467dcfba1a65f0c23f..ea23bd07bccfdf5bbc74f537c699f901113e4d3b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  bar.hh -- part of LilyPond
+  bar.hh -- part of GNU LilyPond
 
   (c) 1996,97 Han-Wen Nienhuys
 */
@@ -7,12 +7,16 @@
 #ifndef BAR_HH
 #define BAR_HH
 #include "item.hh"
-
-struct Bar: Item {
+/**
+  TODO: connections with pre and postbreak
+ */
+class Bar:public Item {
+public:
     String type;
     
+    NAME_MEMBERS(Bar);
     Bar(String type);
-NAME_MEMBERS(Bar);
+private:
     void do_print() const;
     Molecule*brew_molecule_p()const;
 };