]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / music.hh
index c307d07ff99d2e0cedb7f88f7d000be16b35b93e..3c43209b47307e256f8b8607ca9938b7f40617fa 100644 (file)
@@ -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 */