X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Frelative-music.hh;h=fac082d9130c19560ef2f66267c69b627ede7e78;hb=94189ec2b8da6d7e89dc619c646a927adead9b19;hp=071b34152b420e6652cba95b80d18e69fcb65baf;hpb=4975901229a1b074f6c93d812e15d653aa8e2952;p=lilypond.git diff --git a/lily/include/relative-music.hh b/lily/include/relative-music.hh index 071b34152b..fac082d913 100644 --- a/lily/include/relative-music.hh +++ b/lily/include/relative-music.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1998--2000 Han-Wen Nienhuys + (c) 1998--2001 Han-Wen Nienhuys */ @@ -15,10 +15,7 @@ class Relative_octave_music : public Music_wrapper { public: - Pitch last_pitch_; - - - Relative_octave_music (Music*, Pitch); + Relative_octave_music (SCM l); VIRTUAL_COPY_CONS(Music); virtual Pitch to_relative_octave (Pitch);