]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/transposed-music.hh
* scm/framework-ps.scm (output-variables): separately scale the
[lilypond.git] / lily / include / transposed-music.hh
index a559feb2bb7a1894cb3d34f0c28ed41a7f56a5a8..d355fb045a6a8d39a47b2da131bf3b673570846a 100644 (file)
@@ -3,26 +3,23 @@
   
   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:
-  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 */