]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-interface.cc
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / lily / line-interface.cc
index ff7fae57837ddb738f4d9cf352dd91bdab1de9ba..6401b3896ae942ced9333c9b101ab43582275ef4 100644 (file)
@@ -44,7 +44,6 @@ Line_interface::make_dashed_line (Real thick, Offset from, Offset to,
                       scm_from_double (off),
                       scm_from_double (to[X_AXIS] - from[X_AXIS]),
                       scm_from_double (to[Y_AXIS] - from[Y_AXIS]),
-                      scm_from_double (0.0),
                       SCM_UNDEFINED);
 
   Box box;