]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
* lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
[lilypond.git] / lily / include / bar.hh
index 204ef7e5d68f759e5e774fb820473a2a673189b4..e87836a75c69ff20803c27a6bbd53fcbe51ba7e7 100644 (file)
@@ -18,10 +18,10 @@ class Bar
 public:
   static bool has_interface (Grob*);
   
-  static Molecule compound_barline (Grob*, String, Real height) ;
-  static Molecule simple_barline (Grob*, Real wid, Real height) ;      
+  static Stencil compound_barline (Grob*, String, Real height) ;
+  static Stencil simple_barline (Grob*, Real wid, Real height) ;      
   DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM ));
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
 };
 #endif // BAR_HH