X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fmusic.hh;h=3c43209b47307e256f8b8607ca9938b7f40617fa;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=c307d07ff99d2e0cedb7f88f7d000be16b35b93e;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/include/music.hh b/lily/include/music.hh index c307d07ff9..3c43209b47 100644 --- a/lily/include/music.hh +++ b/lily/include/music.hh @@ -29,8 +29,6 @@ public: bool internal_is_music_type (SCM) const; - Stream_event *to_event () const; - DECLARE_SCHEME_CALLBACK (relative_callback, (SCM, SCM)); Pitch to_relative_octave (Pitch); Pitch generic_to_relative_octave (Pitch); @@ -48,7 +46,7 @@ public: void send_to_context (Context *c); DECLARE_SCHEME_CALLBACK (duration_length_callback, (SCM)); - + protected: virtual SCM copy_mutable_properties () const; virtual void type_check_assignment (SCM, SCM) const; @@ -64,7 +62,4 @@ Music *make_music_by_name (SCM sym); SCM ly_music_deep_copy (SCM); extern SCM ly_music_p_proc; -/* common transposition function for music and event */ -SCM transpose_mutable (SCM alist, Pitch delta); - #endif /* MUSIC_HH */