]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/transposed-music.hh
(DECLARE_EVENT_SWALLOWER): ENTER_DESCRIPTION -> ADD_TRANSLATOR
[lilypond.git] / lily / include / transposed-music.hh
index 1c3defee062ae404a8aa5b326f49df6a5f348bdf..d355fb045a6a8d39a47b2da131bf3b673570846a 100644 (file)
@@ -3,25 +3,22 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef TRANSPOSED_MUSIC_HH
 #define TRANSPOSED_MUSIC_HH
 
-
 #include "music-wrapper.hh"
 
 class Transposed_music : public Music_wrapper
 {
 public:
-  Pitch transpose_to_pitch_;
-
+  Transposed_music ();
+  Transposed_music (SCM);
+  VIRTUAL_COPY_CONSTRUCTOR (Music, Transposed_music);
 
-  Transposed_music (Music*, Pitch);
-  
-  VIRTUAL_COPY_CONS(Music);
   virtual Pitch to_relative_octave (Pitch);
 };