]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/auto-change-music.hh
release: 1.3.56
[lilypond.git] / lily / include / auto-change-music.hh
1 /*   
2   auto-change-music.hh -- declare Auto_change_music
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef AUTO_CHANGE_MUSIC_HH
11 #define AUTO_CHANGE_MUSIC_HH
12
13 #include "music-wrapper.hh"
14
15 class Auto_change_music : public Music_wrapper
16 {
17 public:
18   Auto_change_music (String what, Music *);
19   String what_str_;
20 };
21
22
23 #endif /* AUTO_CHANGE_MUSIC_HH */
24