]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/transposed-music.cc
* lily/lyric-engraver.cc (get_current_rest): New function.
[lilypond.git] / lily / transposed-music.cc
index 42f797cc75eefade748b599d45093b8424c49f6e..47905bca5357606fa5d0965cb505dd10ae060e26 100644 (file)
@@ -3,20 +3,13 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include "transposed-music.hh"
 #include "warn.hh"
 
-Transposed_music::Transposed_music (SCM l)
-  : Music_wrapper (l)
-{
-  set_mus_property ("type", ly_symbol2scm ("transposed-music"));
-}
-
-
 Pitch
 Transposed_music::to_relative_octave (Pitch p)
 {