X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=inline;f=lily%2Finclude%2Fcustos.hh;h=0d6401130b9bcec3664ee30cdd24e152ea37b878;hb=2536405e9584f63d559653183971c0fec57ba037;hp=18a421d84d35dbbc2e6dbede1eb7a6c2ec1fca74;hpb=fc3e875d6bf06f0680e897faffdcab36ad975a03;p=lilypond.git diff --git a/lily/include/custos.hh b/lily/include/custos.hh index 18a421d84d..0d6401130b 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 @@ -13,12 +13,12 @@ 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) ; };