]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/transposed-music.cc
release: 1.3.36
[lilypond.git] / lily / transposed-music.cc
index 952c33cdbd969fc06451ac07e397e4fd42996619..2547fac08bf8dcfe2429dc0ba57ff084c5de9efe 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -17,22 +17,21 @@ 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 ();
+  DEBUG_OUT << "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"));
+    warning (_ ("Will ignore \\relative for transposed music"));
 #endif
   return p;
 }
 
-IMPLEMENT_IS_TYPE_B1 (Transposed_music, Music_wrapper);
+
+