]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/custos.hh
* The grand 2005-2006 replace.
[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
14 class Grob;
15 class Stencil;
16
17 struct Custos
18 {
19   DECLARE_SCHEME_CALLBACK (print, (SCM));
20   static bool has_interface (Grob *);
21
22 private:
23   static void add_streepjes (Grob *me, int pos, int interspaces, Stencil *custos_);
24   static Stencil create_ledger_line (Interval x_extent, Grob *me);
25 };
26
27 #endif // CUSTOS_HH
28