2 bar.hh -- part of GNU LilyPond
4 (c) 1996--2006 Han-Wen Nienhuys
10 #include "lily-guile.hh"
11 #include "lily-proto.hh"
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
));