]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-scheme.cc
ly- -> ly:
[lilypond.git] / lily / translator-scheme.cc
index b501c555a441174180256e7de3f3a06b63c72b2b..f43e6fea3f9596ed6e62f7372cc0493fdfc290c0 100644 (file)
@@ -4,7 +4,7 @@
 #include "lily-guile.hh"
 
 LY_DEFINE(ly_get_context_property,
-         "ly-get-context-property", 2, 0, 0,
+         "ly:get-context-property", 2, 0, 0,
          (SCM context, SCM name),
          "retrieve the value of @var{name} from context @var{context}")
 {
@@ -18,7 +18,7 @@ LY_DEFINE(ly_get_context_property,
 }
 
 LY_DEFINE(ly_set_context_property,
-         "ly-set-context-property", 3, 0, 0,
+         "ly:set-context-property", 3, 0, 0,
          (SCM context, SCM name, SCM val),
          "set value of property @var{name} in context @var{context} to @var{val}.
 ")