]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/breathing-sign.hh
Imported Upstream version 2.19.45
[lilypond.git] / lily / include / breathing-sign.hh
1 /*
2   breathing-sign.hh
3
4   Copyright (c) 1999--2015 Michael Krause
5
6   written for the GNU LilyPond music typesetter
7 */
8
9 #ifndef BREATHING_SIGN_HH
10 #define BREATHING_SIGN_HH
11
12 #include "grob-interface.hh"
13 #include "lily-proto.hh"
14
15 class Grob;
16
17 /*
18   breathing sign (apostrophe within staff, not the comma above staff
19   type)
20 */
21 class Breathing_sign
22 {
23 public:
24   DECLARE_SCHEME_CALLBACK (divisio_minima, (SCM));
25   DECLARE_SCHEME_CALLBACK (divisio_maior, (SCM));
26   DECLARE_SCHEME_CALLBACK (divisio_maxima, (SCM));
27   DECLARE_SCHEME_CALLBACK (finalis, (SCM));
28   DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element));
29
30 };
31
32 #endif // BREATHING_SIGN_HH