X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=449740d41810efce03345fbd26fe6443b301c95f;hb=2b8c85e27b554513c6527e8a2d25b0e3d2db4b66;hp=0378d62078fd1ec46d2c3e87df2b700f4dd0a68c;hpb=2b0aa2c5bbb4af4e7d0d3c057de066dc1d6d6b8d;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index 0378d62078..449740d418 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,36 +1,35 @@ /* breathing-sign.hh - Copyright (C) 1999 Michael Krause + Copyright (c) 1999--2007 Michael Krause written for the GNU LilyPond music typesetter - */ #ifndef BREATHING_SIGN_HH #define BREATHING_SIGN_HH -#include "item.hh" -#include "staff-symbol-referencer.hh" -#include "parray.hh" -#include "directional-element.hh" +#include "grob-interface.hh" +#include "lily-proto.hh" + +class Grob; -class Breathing_sign : public Item, - public Staff_symbol_referencer, - public Directional_element +/* + breathing sign (apostrophe within staff, not the comma above staff + type) +*/ +class Breathing_sign { public: - VIRTUAL_COPY_CONS(Score_element); - Breathing_sign (); - - void set_vertical_position (Direction); - - -protected: - virtual void do_post_processing (); - virtual Molecule* do_brew_molecule_p () 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