X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=e155445e28ad5665e78ad05be47bab182e68fbe3;hb=14d74ac262744d16fc753ee41042d32860d58633;hp=17e06d03a4b234cd9a152d7898f53e9adc3a5683;hpb=0af2486a28f1c60b9de929a9101964d880927e54;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index 17e06d03a4..e155445e28 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,7 +1,7 @@ /* breathing-sign.hh - Copyright (C) 1999 Michael Krause + Copyright (c) 1999--2004 Michael Krause written for the GNU LilyPond music typesetter @@ -12,6 +12,8 @@ #include "lily-guile.hh" +class Grob; + /* breathing sign (apostrophe within staff, not the comma above staff type) @@ -19,10 +21,15 @@ class Breathing_sign { public: - static SCM brew_molecule (SCM); - static Real offset_callback (Score_element *, 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, SCM axis)); + + static bool has_interface (Grob*); }; #endif // BREATHING_SIGN_HH