]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/arpeggio.cc
Improved implementation of dashed slurs.
[lilypond.git] / lily / arpeggio.cc
index 7873b5f39cc807bfe7055c9eb972855a26dd092e..0265b3deddeb5d8a94f4488c1bffb84de3dca00b 100644 (file)
@@ -165,7 +165,7 @@ Arpeggio::brew_chord_slur (SCM smob)
   Bezier curve = slur_shape (dy, height_limit, ratio);
   curve.rotate (M_PI / 2);
 
-  Stencil mol (Lookup::slur (curve, lt, lt));
+  Stencil mol (Lookup::slur (curve, lt, lt, SCM_UNDEFINED));
   mol.translate_axis (heads[LEFT], Y_AXIS);
   return mol.smobbed_copy ();
 }