]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sustain-pedal.cc
2002-12-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
[lilypond.git] / lily / sustain-pedal.cc
index c679e55ed00d24f82e583b5b80a436a775515218..07061ea01cd6dbabe73dbbd7636e44186e055de6 100644 (file)
@@ -58,7 +58,7 @@ Sustain_pedal::brew_molecule (SCM smob)
        idx += String (&text.to_bytes ()[i], 1);
       Molecule m = Font_interface::get_default_font (e)->find_by_name (idx);
       if (!m.empty_b ())
-       mol.add_at_edge (X_AXIS, RIGHT, m, 0);
+       mol.add_at_edge (X_AXIS, RIGHT, m, 0, 0);
     }
     
   return mol.smobbed_copy ();