]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/transposed-music.hh
''
[lilypond.git] / lily / include / transposed-music.hh
index 641c8a915be895d79beb68b11cd6963680a608f2..b2455e864d27dfbdf98b5456bc5e906e33316905 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>
   
  */
 
@@ -17,8 +17,10 @@ class Transposed_music : public Music_wrapper
 {
 public:
   Transposed_music (SCM);
+  Transposed_music ();
   
-  VIRTUAL_COPY_CONS(Music);
+  
+  VIRTUAL_COPY_CONS (Music);
   virtual Pitch to_relative_octave (Pitch);
 };