]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/bar.hh
release: 1.3.94
[lilypond.git] / lily / include / bar.hh
index c9ab5d36ef4a3fc4d6092df3eff749c6017fe645..663b233e8918325257dcdb2777de8862b3d73bb2 100644 (file)
@@ -20,9 +20,9 @@ public:
   static void set_interface (Score_element*);
   static Molecule compound_barline (Score_element*, String, Real height) ;
   static Molecule simple_barline (Score_element*, Real wid, Real height) ;      
-  static SCM get_staff_bar_size (SCM);
-  static SCM brew_molecule (SCM);
-  static SCM before_line_breaking (SCM);
+  DECLARE_SCHEME_CALLBACK(get_staff_bar_size, (SCM ));
+  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
 };
 #endif // BAR_HH