X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcustos.hh;h=d5d20d6c6603953d2175492938441b7aaaca9f4f;hb=14d74ac262744d16fc753ee41042d32860d58633;hp=028982f18f0dca6ff0c132bd97da20d20475059c;hpb=07a5ed85c189a97d04c550679826dfc5eca2eb18;p=lilypond.git diff --git a/lily/include/custos.hh b/lily/include/custos.hh index 028982f18f..d5d20d6c66 100644 --- a/lily/include/custos.hh +++ b/lily/include/custos.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (C) 2000 Juergen Reuter + (c) 2000--2004 Juergen Reuter */ #ifndef CUSTOS_HH @@ -11,14 +11,17 @@ #include "lily-guile.hh" +class Grob; +class Stencil; + struct Custos { - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM )); static bool has_interface (Grob*); private: - static void add_streepjes(Grob* me, int pos, int interspaces, Molecule* custos_p_); - static Molecule create_ledger_line (Interval x_extent, Grob *me) ; + static void add_streepjes (Grob* me, int pos, int interspaces, Stencil* custos_); + static Stencil create_ledger_line (Interval x_extent, Grob *me) ; };