]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/context-handle.hh
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / include / context-handle.hh
index e32bc29cb7f8881b6d7589c4f622473396f5d8e9..ea7e255809e96422619b6729d8322b5e9e86938a 100644 (file)
@@ -21,6 +21,7 @@ public:
   Context_handle ();
 
   void set_context (Context *);
+  bool try_music (Music *);
   void operator = (Context_handle const &);
   Context_handle (Context_handle const &);
   Context *get_outlet () const;