]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relative-octave-music.cc
patch::: 1.1.27.jcn4: jcn4
[lilypond.git] / lily / relative-octave-music.cc
index 0b80d49c12c97f92011b7dbe5cbeae8d69d49559..cbf4c71c1a59c823d64c8b102f1043e3e1956f41 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998 Han-Wen Nienhuys <hanwen@cs.ruu.nl>
+  (c) 1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -20,7 +20,7 @@ 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
@@ -30,4 +30,4 @@ Relative_octave_music::do_print () const
   DOUT << "default pitch: " << last_pitch_.str ();
 }
 
-IMPLEMENT_IS_TYPE_B1 (Relative_octave_music, Music_wrapper);
+