]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/line-interface.cc
* input/regression/repeat-percent-grace.ly: new file.
[lilypond.git] / lily / line-interface.cc
index a9ef0fe67a2a28740b80c1a0ba0c84f85ef931ff..ff7fae57837ddb738f4d9cf352dd91bdab1de9ba 100644 (file)
@@ -18,7 +18,7 @@ Line_interface::make_arrow (Offset begin, Offset end,
                            Real length, Real width)
 {
   Real angle = (end - begin).arg ();
-  std::vector<Offset> points;
+  vector<Offset> points;
 
   points.push_back (Offset (0, 0));
   points.push_back (Offset (-length, width));
@@ -44,6 +44,7 @@ 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;