]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-guile.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / lily-guile.hh
index 920f9968b90344b92f2f7fa74750f2836d0afd4d..2b1afe115e31ca217836324988ff9aee4c7d0c56 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef LILY_GUILE_HH
@@ -62,6 +62,7 @@ Real robust_scm2double (SCM, double);
 int robust_scm2int (SCM, int);
 Direction robust_scm2dir (SCM, Direction);
 Drul_array<Real> robust_scm2drul (SCM, Drul_array<Real>);
+Drul_array<bool> robust_scm2booldrul (SCM, Drul_array<bool>);
 Interval robust_scm2interval (SCM, Drul_array<Real>);
 Offset robust_scm2offset (SCM, Offset);
 
@@ -77,6 +78,8 @@ SCM alist_to_hashq (SCM);
 SCM ly_alist_vals (SCM alist);
 SCM ly_hash2alist (SCM tab);
 
+int procedure_arity (SCM);
+
 /* inserts at front, removing dublicates */
 inline SCM ly_assoc_front_x (SCM alist, SCM key, SCM val)
 {