X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=945109c4d95503f81cf2fc93b41a7e8e376fde8b;hb=e0988eeea32b500865c544cf2580e7239f4cea3e;hp=60dcb51cd06076ed02e202a63f926a67680ff913;hpb=05fabaaf86fd44f9bd903f282bb98d343a991e40;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index 60dcb51cd0..945109c4d9 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -18,8 +18,8 @@ class Bar_line 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 (print, (SCM )); DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));