]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/breathing-sign.hh
release: 1.3.11
[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 #include "directional-element.hh"
16
17 class Breathing_sign : public Item,
18                        public Directional_element
19 {
20 public:
21   VIRTUAL_COPY_CONS(Score_element);
22   Breathing_sign ();
23
24   void set_vertical_position (Direction);
25
26
27 protected:
28   virtual void do_post_processing ();
29   virtual Molecule* do_brew_molecule_p () const;
30 };
31
32
33
34 #endif // BREATHING_SIGN_HH