]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/bar.hh
partial: 0.0.39-1.jcn
[lilypond.git] / hdr / bar.hh
index 634940121e82e853c18568b5b07cf218d00a465f..3727358d96f3c2659e537a467dcfba1a65f0c23f 100644 (file)
@@ -1,7 +1,7 @@
 /*
   bar.hh -- part of LilyPond
 
-  (c) 1996 Han-Wen Nienhuys
+  (c) 1996,97 Han-Wen Nienhuys
 */
 
 #ifndef BAR_HH
@@ -12,8 +12,9 @@ struct Bar: Item {
     String type;
     
     Bar(String type);
-
-    Molecule*brew_molecule()const;
+NAME_MEMBERS(Bar);
+    void do_print() const;
+    Molecule*brew_molecule_p()const;
 };
 #endif // BAR_HH