]> git.donarmstrong.com Git - lilypond.git/blobdiff - hdr/bar.hh
partial: 0.0.39-1.jcn
[lilypond.git] / hdr / bar.hh
index a6cd8d4d048e7a799ee329cc40e553dd5b376ac2..3727358d96f3c2659e537a467dcfba1a65f0c23f 100644 (file)
@@ -9,11 +9,11 @@
 #include "item.hh"
 
 struct Bar: Item {
-    const char * name() const;
     String type;
     
     Bar(String type);
-
+NAME_MEMBERS(Bar);
+    void do_print() const;
     Molecule*brew_molecule_p()const;
 };
 #endif // BAR_HH