]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/transposed-music.cc
release: 1.3.93
[lilypond.git] / lily / transposed-music.cc
index 02fe0889733e26d85fb1997c2d47e7766420ecd2..7c7f38ac2dbb601e746330bb18ed3250721479af 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -17,19 +17,11 @@ Transposed_music::Transposed_music (Music *p, Musical_pitch pit)
   p->transpose (pit);
 }
 
-void
-Transposed_music::do_print () const
-{
-  Music_wrapper::do_print ();
-  DOUT << "transposition pitch: " << transpose_to_pitch_.str ();
-}
 
 Musical_pitch
 Transposed_music::to_relative_octave (Musical_pitch p)
 {
-#if 0                          // Mats?
-    warning (_("Will ignore \relative for transposed music"));
-#endif
+
   return p;
 }