From 7424e30e8fd2406e03e794309a7903d8b2e1732f Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 21:44:55 +0000 Subject: [PATCH] lilypond-1.1.13 --- lily/lookup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/lookup.cc b/lily/lookup.cc index 813d004943..c512fcfb7b 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -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; } -- 2.39.5