2 relative-music.cc -- implement Relative_octave_music
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #include "relative-music.hh"
14 Relative_octave_music::to_relative_octave (Musical_pitch
)
20 Relative_octave_music::Relative_octave_music(Music
*p
,Musical_pitch def
)
23 last_pitch_
= element_l ()->to_relative_octave (def
);
27 Relative_octave_music::do_print () const
29 Music_wrapper::do_print ();
30 DEBUG_OUT
<< "default pitch: " << last_pitch_
.str ();