]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music.cc
release: 1.0.15
[lilypond.git] / lily / music.cc
index 10ee1a3b3f23e2659059305dfb0c870ef0227d80..2127783d7bc1a26b0ea7f39eb77fc1d38a06502e 100644 (file)
 #include "debug.hh"
 #include "musical-pitch.hh"
 
-MInterval
-Music::time_int() const
+Moment
+Music::duration () const
 {
-  return MInterval (0,0);
+  return 0;
 }
 
 void
@@ -38,11 +38,6 @@ Music::transpose (Musical_pitch )
   
 }
 
-void
-Music::translate (Moment)
-{
-}
-
 void
 Music::do_print() const
 {
@@ -64,4 +59,7 @@ Music::to_relative_octave (Musical_pitch m)
   return m;
 }
 
-     
+void    
+Music::compress (Moment)
+{
+}