]> 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 f278786847033f827f1413e4108a3b0f2e8b8d33..3c43209b47307e256f8b8607ca9938b7f40617fa 100644 (file)
@@ -41,6 +41,9 @@ public:
 
   /// Scale the music in time by #factor#.
   void compress (Moment factor);
+  
+  // Broadcast the event in a context's event-source.
+  void send_to_context (Context *c);
 
   DECLARE_SCHEME_CALLBACK (duration_length_callback, (SCM));