]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music.cc
release: 0.1.65
[lilypond.git] / lily / music.cc
index 443088c9526c6b80224a6db4a15cfaaf37311630..5b33f57c54ad4e8b1dcd709992b15ea49685c37b 100644 (file)
@@ -3,13 +3,14 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
 */
 
 
 #include "music.hh"
 #include "music-list.hh"
 #include "debug.hh"
+#include "musical-pitch.hh"
 
 MInterval
 Music::time_int() const
@@ -32,7 +33,7 @@ Music::print() const
 }
 
 void
-Music::transpose (Melodic_req const*)
+Music::transpose (Musical_pitch )
 {
   
 }
@@ -58,6 +59,10 @@ Music::Music()
   parent_music_l_ =0;
 }
 
-IMPLEMENT_IS_TYPE_B1(Change_reg,Music)
+Musical_pitch
+Music::to_relative_octave (Musical_pitch m)
+{
+  return m;
+}