]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music.cc
release: 1.0.15
[lilypond.git] / lily / music.cc
index 4ba377fc9157c1c15a7a6a0d3541599ef1a9b863..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
 {
@@ -56,7 +51,6 @@ IMPLEMENT_IS_TYPE_B(Music);
   
 Music::Music()
 {
-  parent_music_l_ =0;
 }
 
 Musical_pitch
@@ -65,4 +59,7 @@ Music::to_relative_octave (Musical_pitch m)
   return m;
 }
 
-     
+void    
+Music::compress (Moment)
+{
+}