]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grace-music.hh
* lily/include/context.hh (class Context): make members protected.
[lilypond.git] / lily / include / grace-music.hh
index 5c70171f69aa0be9b78698f2baaa59f7565f0944..63532de6f2f92ee815a390d06ed8705e67c5f804 100644 (file)
@@ -3,24 +3,22 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
-#ifndef NGRACE_MUSIC_HH
-#define NGRACE_MUSIC_HH
+#ifndef GRACE_MUSIC_HH
+#define GRACE_MUSIC_HH
 
 #include "music-wrapper.hh"
 
 class Grace_music : public Music_wrapper
 {
 public:
-  VIRTUAL_COPY_CONS (Music);
-  Grace_music (SCM);
+  VIRTUAL_COPY_CONSTRUCTOR (Music, Grace_music);
   Grace_music ();
 protected:
-  virtual void compress (Moment);
-  virtual Moment length_mom () const;
+  virtual Moment get_length () const;
   virtual Moment start_mom () const;
 };