]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-scaled-music.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / time-scaled-music.hh
index 21d8e70d87185753f3381fcc6c877a3daa7ac3a5..925c2032bc2494ac6b85923dc50617cb558053e3 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--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Time_scaled_music : public Music_wrapper
 {
 public:
-  int num_i_;
-  int den_i_;
-
-  Time_scaled_music (int, int, Music *);
+  Time_scaled_music (SCM);
+  Time_scaled_music ();
   
-  VIRTUAL_COPY_CONS(Music);
+  VIRTUAL_COPY_CONS (Music);
 };
 
 #endif /* Time_scaled_music_HH */