Fix type predicates/docstrings for two music properties.
[lilypond/mpolesky.git] / lily / include / breathing-sign.hh
blobae071ca627d620fa137150850f0edcd660f3f4b1
1 /*
2 breathing-sign.hh
4 Copyright (c) 1999--2010 Michael Krause
6 written for the GNU LilyPond music typesetter
7 */
9 #ifndef BREATHING_SIGN_HH
10 #define BREATHING_SIGN_HH
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
15 class Grob;
18 breathing sign (apostrophe within staff, not the comma above staff
19 type)
21 class Breathing_sign
23 public:
24 DECLARE_SCHEME_CALLBACK (print, (SCM));
25 DECLARE_SCHEME_CALLBACK (railtracks, (SCM));
26 DECLARE_SCHEME_CALLBACK (divisio_minima, (SCM));
27 DECLARE_SCHEME_CALLBACK (divisio_maior, (SCM));
28 DECLARE_SCHEME_CALLBACK (divisio_maxima, (SCM));
29 DECLARE_SCHEME_CALLBACK (finalis, (SCM));
30 DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element));
32 DECLARE_GROB_INTERFACE();
35 #endif // BREATHING_SIGN_HH