X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fcontext-handle.hh;h=ea7e255809e96422619b6729d8322b5e9e86938a;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=e32bc29cb7f8881b6d7589c4f622473396f5d8e9;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/include/context-handle.hh b/lily/include/context-handle.hh index e32bc29cb7..ea7e255809 100644 --- a/lily/include/context-handle.hh +++ b/lily/include/context-handle.hh @@ -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;