]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scope.cc
release: 1.3.93
[lilypond.git] / lily / scope.cc
index 85837e5d0979ca048aa9872620b6d74bb1bf9e6a..ba18c1f44c707362c82048ec295597da4f4e5be4 100644 (file)
@@ -80,3 +80,9 @@ Scope::to_alist () const
 {
   return id_dict_->to_alist ();
 }
+
+bool
+Scope::try_retrieve (SCM k , SCM *v)const
+{
+  return id_dict_->try_retrieve (k, v);
+}