X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fcontext-handle.cc;h=b9c8692ff07715e23ad2f2ca4c935b6570683da5;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=80aa6a1a2f94978c7ac4b36d4a2d547c9f17198e;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/context-handle.cc b/lily/context-handle.cc index 80aa6a1a2f..b9c8692ff0 100644 --- a/lily/context-handle.cc +++ b/lily/context-handle.cc @@ -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) {