X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftransposed-music.hh;h=d355fb045a6a8d39a47b2da131bf3b673570846a;hb=cccee40bb3a13b6c230fa98a8ca61f7c526d5f66;hp=a559feb2bb7a1894cb3d34f0c28ed41a7f56a5a8;hpb=f988425624a6f6d1a48aea0ac0c1c84ff0857e56;p=lilypond.git diff --git a/lily/include/transposed-music.hh b/lily/include/transposed-music.hh index a559feb2bb..d355fb045a 100644 --- a/lily/include/transposed-music.hh +++ b/lily/include/transposed-music.hh @@ -3,26 +3,23 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2000 Han-Wen Nienhuys + (c) 1998--2004 Han-Wen Nienhuys */ #ifndef TRANSPOSED_MUSIC_HH #define TRANSPOSED_MUSIC_HH - #include "music-wrapper.hh" class Transposed_music : public Music_wrapper { public: - Musical_pitch transpose_to_pitch_; - + Transposed_music (); + Transposed_music (SCM); + VIRTUAL_COPY_CONSTRUCTOR (Music, Transposed_music); - Transposed_music (Music*, Musical_pitch); - - VIRTUAL_COPY_CONS(Music); - virtual Musical_pitch to_relative_octave (Musical_pitch); + virtual Pitch to_relative_octave (Pitch); }; #endif /* TRANSPOSED_MUSIC_HH */