]> 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 f09ba2f851a1d856da0f87602ce1dfe6750a15be..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;