]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-music.hh
2003 -> 2004
[lilypond.git] / lily / include / grace-music.hh
index c7b62786bb8f06b96aa09e3bf14d9fa1ef8d14c9..273fefebe718a441b40bbd16956d0da078e2639c 100644 (file)
@@ -3,23 +3,23 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
-#ifndef GRACE_MUSIC_HH
-#define GRACE_MUSIC_HH
+#ifndef NGRACE_MUSIC_HH
+#define NGRACE_MUSIC_HH
 
 #include "music-wrapper.hh"
 
 class Grace_music : public Music_wrapper
 {
 public:
-  VIRTUAL_COPY_CONS(Music);
-  Grace_music (Music*);
+  VIRTUAL_COPY_CONS (Music);
+  Grace_music ();
 protected:
-  virtual void compress (Moment);
-  virtual Moment length_mom () const;
+  virtual Moment get_length () const;
+  virtual Moment start_mom () const;
 };
 
 #endif /* GRACE_MUSIC_HH */