]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/transposed-music.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / transposed-music.hh
index a559feb2bb7a1894cb3d34f0c28ed41a7f56a5a8..e31f48cd0bf22bd03f5f6bb12f3b8b7fd0cbd996 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1998--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Transposed_music : public Music_wrapper
 {
 public:
-  Musical_pitch transpose_to_pitch_;
-
-
-  Transposed_music (Music*, Musical_pitch);
+  Transposed_music (SCM);
+  Transposed_music ();
+  
   
-  VIRTUAL_COPY_CONS(Music);
-  virtual Musical_pitch to_relative_octave (Musical_pitch);
+  VIRTUAL_COPY_CONS (Music);
+  virtual Pitch to_relative_octave (Pitch);
 };
 
 #endif /* TRANSPOSED_MUSIC_HH */