* The grand 2005-2006 replace.
[lilypond/patrick.git] / lily / include / bar.hh
blob0977b15af760308a2e4f6450fa5871c97a9e1719
1 /*
2 bar.hh -- part of GNU LilyPond
4 (c) 1996--2006 Han-Wen Nienhuys
5 */
7 #ifndef BAR_HH
8 #define BAR_HH
10 #include "lily-guile.hh"
11 #include "lily-proto.hh"
13 /**
14 A vertical bar.
16 class Bar
18 public:
19 static bool has_interface (Grob *);
21 static Stencil compound_barline (Grob *, String, Real height);
22 static Stencil simple_barline (Grob *, Real wid, Real height);
23 DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM));
24 DECLARE_SCHEME_CALLBACK (print, (SCM));
25 DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
27 #endif // BAR_HH