X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar.hh;h=e87836a75c69ff20803c27a6bbd53fcbe51ba7e7;hb=e7020dbb36a9e9c10bda48e5197213e8a3bacef6;hp=663b233e8918325257dcdb2777de8862b3d73bb2;hpb=9b40d66187029df3dca86fc5ecc65f64db315a48;p=lilypond.git diff --git a/lily/include/bar.hh b/lily/include/bar.hh index 663b233e89..e87836a75c 100644 --- a/lily/include/bar.hh +++ b/lily/include/bar.hh @@ -1,7 +1,7 @@ /* bar.hh -- part of GNU LilyPond - (c) 1996--2000 Han-Wen Nienhuys + (c) 1996--2004 Han-Wen Nienhuys */ #ifndef BAR_HH @@ -16,13 +16,13 @@ class Bar { public: - static bool has_interface (Score_element*); - 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) ; - DECLARE_SCHEME_CALLBACK(get_staff_bar_size, (SCM )); - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); - DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM )); + static bool has_interface (Grob*); + + 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 (print, (SCM )); + DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM )); }; #endif // BAR_HH