X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=c140bfd1b42a7df0d5014fd0e831908fb87f42bf;hb=47db9a3883d726ca53e2133a3b2298f78dd6a32e;hp=e0f8dc8b637a5e56e0736a27ba58c40e7f20864d;hpb=e0833e924a7b626154c66170d98335c6c4985dfe;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index e0f8dc8b63..c140bfd1b4 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,16 +1,18 @@ /* breathing-sign.hh - Copyright (C) 1999 Michael Krause + Copyright (c) 1999--2015 Michael Krause written for the GNU LilyPond music typesetter - */ #ifndef BREATHING_SIGN_HH #define BREATHING_SIGN_HH -#include "lily-guile.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" + +class Grob; /* breathing sign (apostrophe within staff, not the comma above staff @@ -19,10 +21,15 @@ class Breathing_sign { public: - static SCM brew_molecule (SCM); - static SCM offset_callback (SCM element, SCM axis); - static void set_interface (Score_element*); - static bool has_interface (Score_element*); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + DECLARE_SCHEME_CALLBACK (railtracks, (SCM)); + DECLARE_SCHEME_CALLBACK (divisio_minima, (SCM)); + DECLARE_SCHEME_CALLBACK (divisio_maior, (SCM)); + DECLARE_SCHEME_CALLBACK (divisio_maxima, (SCM)); + DECLARE_SCHEME_CALLBACK (finalis, (SCM)); + DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element)); + + DECLARE_GROB_INTERFACE (); }; #endif // BREATHING_SIGN_HH