]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relative-music.hh
2003 -> 2004
[lilypond.git] / lily / include / relative-music.hh
index dd1639858aa2811e8f0d4755c61ecd4c62f763fb..aca53b64ee46453f70ac3e2cc6b9191ee5bbc988 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.ruu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Relative_octave_music : public Music_wrapper
 {
 public:
-  Musical_pitch last_pitch_;
-
-  void do_print () const;
-  Relative_octave_music (Music*, Musical_pitch);
-  DECLARE_MY_RUNTIME_TYPEINFO;
-  VIRTUAL_COPY_CONS (Relative_octave_music, Music);
-  virtual Musical_pitch to_relative_octave (Musical_pitch);
+  Relative_octave_music ();
+  
+  VIRTUAL_COPY_CONS (Music);
+  virtual Pitch to_relative_octave (Pitch);
 };
 
-
 #endif /* RELATIVE_MUSIC_HH */
 
+