X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=948dd09d75b50512bd8d4640110ec32d01a39aef;hb=2613eed0a13ce118cb11f83057d9d79fc6973a4e;hp=d2ad496ffb93f8dc832baeeeb0d4c7a1187d6eea;hpb=5010bff384ba8243dd75dc2b2fcc0be5dc2a14da;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index d2ad496ffb..948dd09d75 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--2011 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,11 +21,15 @@ class Breathing_sign { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); - DECLARE_SCHEME_CALLBACK (railtracks, (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