X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar.hh;h=96be5257a464d26bb3d84693d0e3d4e72763556e;hb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;hp=d455d2f16caf1ffd87c8aa7848af154dc70f3134;hpb=8942177c7566bc201b53d7829f23523961e80537;p=lilypond.git diff --git a/lily/include/bar.hh b/lily/include/bar.hh index d455d2f16c..96be5257a4 100644 --- a/lily/include/bar.hh +++ b/lily/include/bar.hh @@ -11,18 +11,18 @@ #include "lily-proto.hh" /** - A vertical bar. - */ + A vertical bar. +*/ class Bar { public: - 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 )); + 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