From b105fc681f3e0b373c967217eb764cd23d60b7fc Mon Sep 17 00:00:00 2001 From: Joe Neeman Date: Sat, 4 Aug 2007 09:12:31 +1000 Subject: [PATCH] Fix 357 Give dashed slurs a non-empty extent. --- lily/lookup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/lookup.cc b/lily/lookup.cc index 61d6618659..fc6a2e896b 100644 --- a/lily/lookup.cc +++ b/lily/lookup.cc @@ -106,7 +106,7 @@ Lookup::dashed_slur (Bezier b, Real thick, Real dash_period, Real dash_fraction) ly_quote_scm (l), SCM_UNDEFINED)); - Box box (Interval (0, 0), Interval (0, 0)); + Box box (b.extent (X_AXIS), b.extent (Y_AXIS)); return Stencil (box, at); } -- 2.39.5