]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-music.cc
release: 1.3.31
[lilypond.git] / lily / relative-octave-music.cc
index dc0fc9906c006e15bc69658ce65c6fe4693235b7..e2552b65a819fd50c9be45c4dd1e0f04b709e1d3 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -16,11 +16,6 @@ Relative_octave_music::to_relative_octave (Musical_pitch)
   return last_pitch_;
 }
 
-Music_iterator*
-Relative_octave_music::to_rhythm (Music_iterator* r)
-{
-  return element_l ()->to_rhythm (r);
-}
 
 Relative_octave_music::Relative_octave_music(Music*p,Musical_pitch def)
   : Music_wrapper (p)
@@ -32,7 +27,7 @@ void
 Relative_octave_music::do_print () const
 {
   Music_wrapper::do_print ();
-  DOUT << "default pitch: " << last_pitch_.str ();
+  DEBUG_OUT << "default pitch: " << last_pitch_.str ();
 }