2 grace-music.hh -- declare Grace_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef NGRACE_MUSIC_HH
11 #define NGRACE_MUSIC_HH
13 #include "music-wrapper.hh"
15 class Grace_music : public Music_wrapper
18 VIRTUAL_COPY_CONS (Music);
21 virtual Moment get_length () const;
22 virtual Moment start_mom () const;
25 #endif /* GRACE_MUSIC_HH */