X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcustos.hh;h=18a421d84d35dbbc2e6dbede1eb7a6c2ec1fca74;hb=667d9bdb6227dd10819599c6d069a5eeb67eedd7;hp=d962ef975f20a41d287b3e594bde308ce8442a4e;hpb=867530093ed5374d6e28d2c11a933f3b991c226e;p=lilypond.git diff --git a/lily/include/custos.hh b/lily/include/custos.hh index d962ef975f..18a421d84d 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 Juergen Reuter */ #ifndef CUSTOS_HH @@ -13,8 +13,13 @@ struct Custos { - DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM )); - static bool has_interface (Score_element*); + DECLARE_SCHEME_CALLBACK (brew_molecule, (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) ; + }; #endif // CUSTOS_HH