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