lilypond-1.3.16
[lilypond.git] / lily / include / grace-music.hh
blobc7b62786bb8f06b96aa09e3bf14d9fa1ef8d14c9
1 /*
2 grace-music.hh -- declare Grace_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #ifndef GRACE_MUSIC_HH
11 #define GRACE_MUSIC_HH
13 #include "music-wrapper.hh"
15 class Grace_music : public Music_wrapper
17 public:
18 VIRTUAL_COPY_CONS(Music);
19 Grace_music (Music*);
20 protected:
21 virtual void compress (Moment);
22 virtual Moment length_mom () const;
25 #endif /* GRACE_MUSIC_HH */