]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/breathing-sign.hh
* lily/breathing-sign.cc (railtracks): another caesura.
[lilypond.git] / lily / include / breathing-sign.hh
1 /*
2   breathing-sign.hh
3
4   Copyright (C) 1999 Michael Krause
5
6   written for the GNU LilyPond music typesetter
7
8 */
9
10 #ifndef BREATHING_SIGN_HH
11 #define BREATHING_SIGN_HH
12
13 #include "lily-guile.hh"
14
15 /*
16   breathing sign (apostrophe within staff, not the comma above staff
17   type)
18 */
19 class Breathing_sign
20 {
21 public:
22   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
23   DECLARE_SCHEME_CALLBACK (railtracks, (SCM ));
24   DECLARE_SCHEME_CALLBACK (offset_callback, (SCM element, SCM axis));
25   
26   static bool has_interface (Grob*);
27 };
28
29 #endif // BREATHING_SIGN_HH