X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=84b33cd1b3547d9ca9557b2691ba1e3139aead57;hb=57817ab4e80df96e604b50a766c23ebabf72fc66;hp=b404a3f2e1812ec6f425207b97ef5824e64b9d06;hpb=2745cbd907f8216a4cc1fc5f488ae19efdfdbd10;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index b404a3f2e1..84b33cd1b3 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,16 +1,18 @@ /* breathing-sign.hh - Copyright (c) 1999--2003 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,15 +21,12 @@ class Breathing_sign { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (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 (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)); + }; #endif // BREATHING_SIGN_HH