]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lookup.cc
release: 1.1.13
[lilypond.git] / lily / lookup.cc
index 813d0049435d04115e1b16a33e06b2de1221eff9..c512fcfb7b0b613238986cafd63362697fc74776 100644 (file)
@@ -460,7 +460,7 @@ Lookup::plet (Real dy , Real dx, Direction dir) const
   a.lambda_ = gh_list(ly_symbol ("tuplet"),
                      gh_double2scm (dx),
                      gh_double2scm (dy),
-                     gh_int2scm (dir));
+                     gh_int2scm (dir), SCM_UNDEFINED);
   return a;
 }