]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/transposed-music.hh
* lily/simple-spacer.cc (add_columns): use binary search for
[lilypond.git] / lily / include / transposed-music.hh
index 75de24ff09be9ecc957fec8f973a7493f304d496..d355fb045a6a8d39a47b2da131bf3b673570846a 100644 (file)
@@ -3,22 +3,22 @@
   
   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>
   
  */
 
 #ifndef TRANSPOSED_MUSIC_HH
 #define TRANSPOSED_MUSIC_HH
 
-
 #include "music-wrapper.hh"
 
 class Transposed_music : public Music_wrapper
 {
 public:
+  Transposed_music ();
   Transposed_music (SCM);
-  
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONSTRUCTOR (Music, Transposed_music);
+
   virtual Pitch to_relative_octave (Pitch);
 };