]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/transposed-music.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / transposed-music.hh
index ce1314a78dfc2122cf6302a22a2c94498c103e1e..e31f48cd0bf22bd03f5f6bb12f3b8b7fd0cbd996 100644 (file)
@@ -1,9 +1,9 @@
 /*   
-  transposed-music.hh -- declare 
+  transposed-music.hh -- declare Transposed_music
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 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_;
-
-  void do_print () const;
-  Transposed_music (Music*, Musical_pitch);
+  Transposed_music (SCM);
+  Transposed_music ();
+  
   
-  VIRTUAL_COPY_CONS(Music);
-  virtual Musical_pitch to_relative_octave (Musical_pitch);
-  virtual Music_iterator* to_rhythm (Music_iterator*);
+  VIRTUAL_COPY_CONS (Music);
+  virtual Pitch to_relative_octave (Pitch);
 };
 
 #endif /* TRANSPOSED_MUSIC_HH */