]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
* mf/GNUmakefile: always trace pfa fonts.
[lilypond.git] / lily / include / lily-guile.hh
index cf1fe9dfed6b477dbbc0e342a20806d2a21bea87..5af2ab0176f554ff6b0123e8150419f6bb96d3ca 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c)  1998--2003 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef LILY_GUILE_HH
@@ -202,9 +202,9 @@ void ly_display_scm (SCM s);
 void read_lily_scm_file (String);
 void ly_init_guile ();
 
-bool ly_dir_p (SCM s);
-bool ly_number_pair_p (SCM);
-bool ly_axis_p (SCM);
+bool is_direction (SCM s);
+bool is_number_pair (SCM);
+bool is_axis (SCM);
 
 /*
   these conversion functions also do a typecheck on the argument, and