]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context-handle.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / context-handle.cc
index 80aa6a1a2f94978c7ac4b36d4a2d547c9f17198e..b9c8692ff07715e23ad2f2ca4c935b6570683da5 100644 (file)
@@ -47,6 +47,12 @@ Context_handle::down ()
   outlet_ = 0;
 }
 
+bool
+Context_handle::try_music (Music *m)
+{
+  return outlet_->try_music (m);
+}
+
 void
 Context_handle::operator = (Context_handle const &s)
 {