]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/breathing-sign.hh
release: 1.3.55
[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 /*
17   breathing sign (apostrophe within staff, not the comma above staff
18   type)
19 */
20 class Breathing_sign : public Item
21 {
22 public:
23   VIRTUAL_COPY_CONS(Score_element);
24   Breathing_sign (SCM s);
25 protected:
26   virtual void after_line_breaking ();
27   virtual Molecule do_brew_molecule () const;
28 };
29
30
31
32 #endif // BREATHING_SIGN_HH