X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar-line.hh;h=39253a7b8d39c020063ddd3c3af2f768b4a64dab;hb=395ff505e65992fc990678f584adf988241247e9;hp=60dcb51cd06076ed02e202a63f926a67680ff913;hpb=05fabaaf86fd44f9bd903f282bb98d343a991e40;p=lilypond.git diff --git a/lily/include/bar-line.hh b/lily/include/bar-line.hh index 60dcb51cd0..39253a7b8d 100644 --- a/lily/include/bar-line.hh +++ b/lily/include/bar-line.hh @@ -1,7 +1,7 @@ /* bar.hh -- part of GNU LilyPond - (c) 1996--2004 Han-Wen Nienhuys + (c) 1996--2006 Han-Wen Nienhuys */ #ifndef BAR_HH @@ -11,18 +11,18 @@ #include "lily-proto.hh" /** - A vertical bar. - */ + A vertical bar. +*/ 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) ; - DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM )); - DECLARE_SCHEME_CALLBACK (print, (SCM )); - DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM )); + static bool has_interface (Grob *); + + static Stencil dashed_bar_line (Grob *me, Real h, Real thick); + static Stencil compound_barline (Grob *, string, Real height, bool rounded); + static Stencil simple_barline (Grob *, Real wid, Real height, bool rounded); + DECLARE_SCHEME_CALLBACK (calc_bar_size, (SCM)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); }; #endif // BAR_HH