]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/bar.hh
partial: 0.0.39-1.jcn
[lilypond.git] / hdr / bar.hh
index 2a360b0d73a7e5646713903f6e60d3f92b624b68..3727358d96f3c2659e537a467dcfba1a65f0c23f 100644 (file)
@@ -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