]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/transposed-music.hh
2003 -> 2004
[lilypond.git] / lily / include / transposed-music.hh
index 1c3defee062ae404a8aa5b326f49df6a5f348bdf..b5723860f95e3151c947db9e528ad90b6dc5d004 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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Transposed_music : public Music_wrapper
 {
 public:
-  Pitch transpose_to_pitch_;
-
-
-  Transposed_music (Music*, Pitch);
+  Transposed_music (SCM);
+  Transposed_music ();
+  
   
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
   virtual Pitch to_relative_octave (Pitch);
 };