2 un-relativable-music.hh -- declare
4 source file of the GNU LilyPond music typesetter
6 (c) 2001--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef UN_RELATIVABLE_MUSIC_HH
11 #define UN_RELATIVABLE_MUSIC_HH
13 #include "music-wrapper.hh"
15 class Un_relativable_music: public Music_wrapper
18 Un_relativable_music ();
19 Pitch to_relative_octave (Pitch);
20 VIRTUAL_COPY_CONS(Music);
24 #endif /* UN_RELATIVABLE_MUSIC_HH */