]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-music.cc
release: 1.3.11
[lilypond.git] / lily / relative-octave-music.cc
index db24b85fc0d12ca57025970b346d675d8c40db20..af18a32b1d80e230d3276ce6e4a81202a4d515d9 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -20,14 +20,14 @@ Relative_octave_music::to_relative_octave (Musical_pitch)
 Relative_octave_music::Relative_octave_music(Music*p,Musical_pitch def)
   : Music_wrapper (p)
 {
-  last_pitch_ = element_p_->to_relative_octave (def);
+  last_pitch_ = element_l ()->to_relative_octave (def);
 }
 
 void
 Relative_octave_music::do_print () const
 {
   Music_wrapper::do_print ();
-  DOUT << "default pitch: " << last_pitch_.str ();
+  DEBUG_OUT << "default pitch: " << last_pitch_.str ();
 }
 
-IMPLEMENT_IS_TYPE_B1 (Relative_octave_music, Music_wrapper);
+