]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-smob.cc
ly- -> ly:
[lilypond.git] / lily / input-smob.cc
index deb8748e3a2b5c57fa10ee0e3ad4675314a91b2b..2b5d8cbfddddbf5ac109d97250e8201655491ed2 100644 (file)
@@ -39,14 +39,14 @@ free_smob (SCM s)
   We don't use IMPLEMENT_TYPE_P, since the smobification part is
   implemented separately from the class.
  */
-LY_DEFINE(ly_input, "ly-input-location?", 1, 0, 0,
+LY_DEFINE(ly_input, "ly:input-location?", 1, 0, 0,
          (SCM x),
          "Return whether @var{x} is an input location")
 {
   return unsmob_input (x) ? SCM_BOOL_T : SCM_BOOL_F ;
 }
 
-LY_DEFINE(ly_input_message,  "ly-input-message", 2, 0, 0, (SCM sip, SCM msg),
+LY_DEFINE(ly_input_message,  "ly:input-message", 2, 0, 0, (SCM sip, SCM msg),
          "Print @var{msg} as a GNU compliant error message, pointing to the\n"
          "location in @var{sip}.\n"
          )