]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/transposed-music.cc
2003 -> 2004
[lilypond.git] / lily / transposed-music.cc
index 9efae9e62acc51bdec2dca13e6ea5660bb5b891e..47905bca5357606fa5d0965cb505dd10ae060e26 100644 (file)
@@ -3,19 +3,12 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include "transposed-music.hh"
-#include "debug.hh"
-
-Transposed_music::Transposed_music (SCM l)
-  : Music_wrapper (l)
-{
-  set_mus_property ("type", ly_symbol2scm ("transposed-music"));
-}
-
+#include "warn.hh"
 
 Pitch
 Transposed_music::to_relative_octave (Pitch p)