]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/transposed-music.cc
release: 1.5.29
[lilypond.git] / lily / transposed-music.cc
index a059b2b5bdf1c5a4a5522c775ce9c86eb0373bac..86c9b84849016f070c276e12edacec7426f1a9da 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -23,5 +23,8 @@ Transposed_music::to_relative_octave (Pitch p)
   return p;
 }
 
+ADD_MUSIC (Transposed_music);
+Transposed_music::Transposed_music ()
+{
 
-
+}