X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=271de504f92db754aca714d6feda14aa6ebbfe5f;hb=1f8a60df45cfe68b39a6461b4f898a677847ff8c;hp=83cf87e5e8266a38494ba9c0405e07b5f0b09ee3;hpb=ffe548cfbb3c3b37c8969f49b5aba04ef998d080;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index 83cf87e5e8..271de504f9 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,28 +1,35 @@ /* breathing-sign.hh - Copyright (C) 1999 Michael Krause + Copyright (c) 1999--2009 Michael Krause written for the GNU LilyPond music typesetter - */ #ifndef BREATHING_SIGN_HH #define BREATHING_SIGN_HH -#include "item.hh" -#include "parray.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" + +class Grob; -class Breathing_sign : public Item +/* + breathing sign (apostrophe within staff, not the comma above staff + type) +*/ +class Breathing_sign { public: - VIRTUAL_COPY_CONS(Score_element); - Breathing_sign (); -protected: - virtual void do_post_processing (); - virtual Molecule do_brew_molecule () const; + 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