]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/stencil-interpret.cc
* mf/GNUmakefile ($(outdir)/emmentaler-%.otf
[lilypond.git] / lily / stencil-interpret.cc
index f88cdc4c7fd0593ddac254c842a35f9267fac99b..52e9242d0b76ec157e10a6ea825c43ce12745c1d 100644 (file)
@@ -1,10 +1,9 @@
 /*
-  stencil-interpret.cc --  implement Stencil expression interpreting 
+  stencil-interpret.cc --  implement Stencil expression interpreting
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
+  (c) 2005--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "stencil.hh"
@@ -61,8 +60,8 @@ interpret_stencil_expression (SCM expr,
        {
          (*func) (func_arg,
                   scm_list_4 (ly_symbol2scm ("placebox"),
-                              scm_make_real (o[X_AXIS]),
-                              scm_make_real (o[Y_AXIS]),
+                              scm_from_double (o[X_AXIS]),
+                              scm_from_double (o[Y_AXIS]),
                               expr));
          return;
        }