]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/bow.cc
release: 1.1.55
[lilypond.git] / lily / bow.cc
index 6553412fa10886f579442000945f803dffffdeda..e5daab3c1bcc7fac90886a65c4542495bf38ce28 100644 (file)
@@ -31,7 +31,7 @@ Bow::do_brew_molecule_p () const
 
   SCM d =  get_elt_property (dashed_scm_sym);
   if (d == SCM_BOOL_F)
-    a = lookup_l ()->slur (c);
+    a = lookup_l ()->slur (c, thick);
   else
     a = lookup_l ()->dashed_slur (c, thick, gh_scm2int (SCM_CDR(d)));