X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreathing-sign.hh;h=69d46e67a2a65ec6953d6432e996aaf4d4369275;hb=6a3360c40308285434e06a1de031efb073c015fa;hp=6ecf02e263908594fe8dc83e4c9bf914994b9bcf;hpb=f5e5c04d731e93b1d8d4cf7e7697f71f6e7c2bdf;p=lilypond.git diff --git a/lily/include/breathing-sign.hh b/lily/include/breathing-sign.hh index 6ecf02e263..69d46e67a2 100644 --- a/lily/include/breathing-sign.hh +++ b/lily/include/breathing-sign.hh @@ -1,32 +1,35 @@ /* breathing-sign.hh - Copyright (C) 1999 Michael Krause + Copyright (c) 1999--2006 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; /* breathing sign (apostrophe within staff, not the comma above staff type) */ -class Breathing_sign : public Item +class Breathing_sign { public: - static SCM scheme_molecule (SCM); - - VIRTUAL_COPY_CONS(Score_element); - Breathing_sign (SCM s); -protected: - virtual void after_line_breaking (); - 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