]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/relative-music.hh
Imported sources
[lilypond.git] / lily / include / relative-music.hh
index 071b34152b420e6652cba95b80d18e69fcb65baf..aca53b64ee46453f70ac3e2cc6b9191ee5bbc988 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--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Relative_octave_music : public Music_wrapper
 {
 public:
-  Pitch last_pitch_;
-
-
-  Relative_octave_music (Music*, Pitch);
+  Relative_octave_music ();
   
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
   virtual Pitch to_relative_octave (Pitch);
 };
 
-
 #endif /* RELATIVE_MUSIC_HH */
 
+