X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=a76b10ed79abaa1db19e2af65ae66b5f28dc5f5d;hb=999595939c26d7f060ca73c6fd537248962942e0;hp=f29069ab63ea45fb27fc081483ea938aa59e2ae0;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index f29069ab63..a76b10ed79 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,16 +1,16 @@ /* breathing-sign.hh - Copyright (c) 1999--2005 Michael Krause + Copyright (c) 1999--2012 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; @@ -21,15 +21,15 @@ class Grob; class Breathing_sign { public: - 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, SCM axis)); - - static bool has_interface (Grob*); + 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