Massive changes - see ChangeLog.
[lilypond.git] / lily / include / relative-music.hh
blob010c4ec73385101dcbb5f141785964e93753a8d0
1 /*
2 relative-music.hh -- declare Relative_octave_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
8 */
10 #ifndef RELATIVE_MUSIC_HH
11 #define RELATIVE_MUSIC_HH
13 #include "music-wrapper.hh"
15 class Relative_octave_music : public Music_wrapper
17 public:
18 Relative_octave_music ();
20 VIRTUAL_COPY_CONS (Music);
21 virtual Pitch to_relative_octave (Pitch);
24 #endif /* RELATIVE_MUSIC_HH */