]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lookup.cc
release: 1.3.19
[lilypond.git] / lily / lookup.cc
index 812460e0fc10f062cf0ec98e7cfb46b0f2fd9d5d..4c3be3f3f2713470bf103669f13e9fc6c984e27e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
   Jan Nieuwenhuizen <janneke@gnu.org>
 
 #include "atom.hh"
 #include "lily-guile.hh"
 
-SCM
-ly_offset2scm (Offset o)
-{
-  return gh_list (gh_double2scm (o[X_AXIS]), gh_double2scm(o[Y_AXIS]),
-                 SCM_UNDEFINED);
-}
 
 Lookup::Lookup ()
 {
@@ -94,7 +88,7 @@ Lookup::afm_find (String s, bool warn) const
       if (!me->afm_l_)
        {
          warning (_f ("Can't find font: `%s'", font_name_));
-         warning (_f ("(search path: `%s')", global_path.str ().ch_C()));
+         warning (_f ("(search path `%s')", global_path.str ().ch_C()));
          error (_ ("Aborting"));
        }
     }