X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbar.hh;fp=lily%2Finclude%2Fbar.hh;h=0000000000000000000000000000000000000000;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=fc62f6525e750866517e0ed3c2e806111af6cd9e;hpb=a8c9e8a7ca320ab0df5fd32e717fd62cd7635ce6;p=lilypond.git diff --git a/lily/include/bar.hh b/lily/include/bar.hh deleted file mode 100644 index fc62f6525e..0000000000 --- a/lily/include/bar.hh +++ /dev/null @@ -1,28 +0,0 @@ -/* - bar.hh -- part of GNU LilyPond - - (c) 1996--2009 Han-Wen Nienhuys -*/ - -#ifndef BAR_HH -#define BAR_HH - -#include "lily-proto.hh" -#include "grob-interface.hh" - -/** - A vertical bar. -*/ -class Bar -{ -public: - DECLARE_GROB_INTERFACE(); - - 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 -