]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-wrapper.hh
(triangle): add s to 0triangle.
[lilypond.git] / lily / include / music-wrapper.hh
index 887182b73f8f353bca168b2498e10e37a4fd4613..ac7483f0ff803e4568b13151657a2a22942a3912 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Music_wrapper : public Music
 {
 public:
-  Music_wrapper (SCM);
   Music_wrapper ();
-  Music * element () const;
-  virtual void transpose (Pitch);
+  VIRTUAL_COPY_CONSTRUCTOR (Music, Music_wrapper);
 
-  
-  VIRTUAL_COPY_CONS (Music);
-  virtual Moment length_mom () const;
+  Music *element () const;
+  virtual Moment get_length () const;
   virtual Moment start_mom () const;
-  virtual Pitch to_relative_octave (Pitch);
-  virtual void compress (Moment);
 };
 
-
-
-
 #endif /* MUSIC_WRAPPER_HH */