From: fred Date: Tue, 26 Mar 2002 21:44:40 +0000 (+0000) Subject: lilypond-1.1.9 X-Git-Tag: release/1.5.59~2715 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1ce474d4721f90b73d133b42a96e228505091b45;p=lilypond.git lilypond-1.1.9 --- diff --git a/lily/include/music-wrapper.hh b/lily/include/music-wrapper.hh index 46008d2f5c..14c99c6726 100644 --- a/lily/include/music-wrapper.hh +++ b/lily/include/music-wrapper.hh @@ -31,6 +31,8 @@ public: Music_wrapper (Music_wrapper const&); virtual Moment duration () const; virtual ~Music_wrapper (); + virtual Musical_pitch to_relative_octave (Musical_pitch); + };