]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
release: 1.3.29
[lilypond.git] / lily / include / lily-guile.hh
index 8d808ac4039208a140aee1bc946175836c90181f..b79ffbf89522d6620113c6e2d0673d5fede0bedb 100644 (file)
@@ -20,8 +20,6 @@ SCM ly_eval_str (String s);
 SCM ly_symbol2scm (char const *);
 String ly_symbol2string (SCM);
 
-SCM ly_offset2scm (Offset o);
-Offset ly_scm2offset (SCM s);
 SCM ly_eval (SCM a);
 SCM ly_parse_scm (char const* s, int* n);
 SCM ly_quote_scm (SCM s);
@@ -54,6 +52,9 @@ int scm_to (SCM s, int* i);
 SCM to_scm (Real r);
 Real scm_to (SCM s, Real* r);
 
+SCM to_scm (Offset o);
+Offset scm_to (SCM s, Offset* o);
+
 /*
   snarfing.
  */