]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/breathing-sign.hh
release: 1.3.23
[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 "item.hh"
14 #include "parray.hh"
15
16 class Breathing_sign : public Item
17 {
18 public:
19   VIRTUAL_COPY_CONS(Score_element);
20   Breathing_sign ();
21 protected:
22   virtual void do_post_processing ();
23   virtual Molecule* do_brew_molecule_p () const;
24 };
25
26
27
28 #endif // BREATHING_SIGN_HH