]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relative-music.hh
Imported sources
[lilypond.git] / lily / include / relative-music.hh
index 2d7cff937bb2d318458f0e91361c492386e18de7..aca53b64ee46453f70ac3e2cc6b9191ee5bbc988 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--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);
+  Relative_octave_music ();
   
-  VIRTUAL_COPY_CONS(Music);
-  virtual Musical_pitch to_relative_octave (Musical_pitch);
+  VIRTUAL_COPY_CONS (Music);
+  virtual Pitch to_relative_octave (Pitch);
 };
 
-
 #endif /* RELATIVE_MUSIC_HH */
 
+