]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-music.hh
* Documentation/user/refman.itely: remove superfluous -'s
[lilypond.git] / lily / include / grace-music.hh
index 897146133d80087dff2fc332141bd5014e9f12ed..3441c935666e07529be8a3c361c2ef2342556c7f 100644 (file)
@@ -3,12 +3,12 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1999--2003 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"
 
@@ -16,22 +16,10 @@ class Grace_music : public Music_wrapper
 {
 public:
   VIRTUAL_COPY_CONS (Music);
-  Grace_music (SCM);
   Grace_music ();
 protected:
-  virtual void compress (Moment);
-  virtual Moment length_mom () const;
-};
-
-class New_grace_music : public Music_wrapper
-{
-public:
-  VIRTUAL_COPY_CONS (Music);
-  New_grace_music (SCM);
-  New_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 */