2 transposed-music.hh -- declare Transposed_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef TRANSPOSED_MUSIC_HH
11 #define TRANSPOSED_MUSIC_HH
14 #include "music-wrapper.hh"
16 class Transposed_music : public Music_wrapper
19 Transposed_music (SCM);
23 VIRTUAL_COPY_CONS (Music);
24 virtual Pitch to_relative_octave (Pitch);
27 #endif /* TRANSPOSED_MUSIC_HH */