]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relative-music.hh
release: 1.3.93
[lilypond.git] / lily / include / relative-music.hh
index 2d7cff937bb2d318458f0e91361c492386e18de7..a861d451bc0a23e0f6534e77813252ed28bd768e 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -17,7 +17,7 @@ class Relative_octave_music : public Music_wrapper
 public:
   Musical_pitch last_pitch_;
 
-  void do_print () const;
+
   Relative_octave_music (Music*, Musical_pitch);
   
   VIRTUAL_COPY_CONS(Music);