lilypond-1.5.37
[lilypond.git] / lily / include / bar-line.hh
blobd0bb69c9c92b35252108c3ef7e69d61c2b122cc0
1 /*
2 bar.hh -- part of GNU LilyPond
4 (c) 1996--2002 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_line
18 public:
19 static bool has_interface (Grob*);
20 static void set_interface (Grob*);
21 static Molecule compound_barline (Grob*, String, Real height) ;
22 static Molecule simple_barline (Grob*, Real wid, Real height) ;
23 DECLARE_SCHEME_CALLBACK (get_staff_bar_size, (SCM ));
24 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
25 DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
27 #endif // BAR_HH