]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/custos.hh
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / custos.hh
1 /*
2   custos.hh
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 2000--2006 Juergen Reuter <reuter@ipd.uka.de>
7 */
8
9 #ifndef CUSTOS_HH
10 #define CUSTOS_HH
11
12 #include "lily-guile.hh"
13 #include "lily-proto.hh"
14 #include "grob-interface.hh"
15
16 struct Custos
17 {
18   DECLARE_SCHEME_CALLBACK (print, (SCM));
19   DECLARE_GROB_INTERFACE();
20
21 private:
22   static void add_streepjes (Grob *me, int pos, int interspaces, Stencil *custos_);
23   static Stencil create_ledger_line (Interval x_extent, Grob *me);
24 };
25
26 #endif // CUSTOS_HH
27