]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/context-specced-music.hh
c68cb9e2c0090bcd1f15f7cdc100bf40ccc17c38
[lilypond.git] / lily / include / context-specced-music.hh
1 /*   
2   context-specced-music.hh -- declare Context_specced_music
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef CONTEXT_SPECCED_MUSIC_HH
11 #define CONTEXT_SPECCED_MUSIC_HH
12
13 #include "music-wrapper.hh"
14
15 class Context_specced_music : public Music_wrapper
16 {
17 public:
18   Context_specced_music ();
19   Context_specced_music (SCM);
20   VIRTUAL_COPY_CONS (Music);
21 };
22 #endif /* CONTEXT_SPECCED_MUSIC_HH */
23