X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=84b33cd1b3547d9ca9557b2691ba1e3139aead57;hb=c6758d6d12e33779fc81218693d5650682d8a1ca;hp=bda300aaa010f1777d3d98d5bd6f661410ed65db;hpb=949737e17ed7cbc231a3c08e45d32897a636d94d;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index bda300aaa0..84b33cd1b3 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,28 +1,32 @@ /* breathing-sign.hh - Copyright (C) 1999 Michael Krause + Copyright (c) 1999--2015 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_p () const; -}; - + 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