From: fred <fred>
Date: Tue, 26 Mar 2002 21:44:55 +0000 (+0000)
Subject: lilypond-1.1.13
X-Git-Tag: release/1.5.59~2702
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7424e30e8fd2406e03e794309a7903d8b2e1732f;p=lilypond.git

lilypond-1.1.13
---

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;
 }