X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fsustain-pedal.cc;h=8056ea89a2448a99bafb24493ad00eb9921ecb4c;hb=bfddc0789a04273f70b4a1a3a8cad5a5e44d8cec;hp=2e6cd91bd9be118684c3c98e4311db7ba1eaaea3;hpb=31568c504806f35aac420a394c9eab07abd9faa7;p=lilypond.git diff --git a/lily/sustain-pedal.cc b/lily/sustain-pedal.cc index 2e6cd91bd9..8056ea89a2 100644 --- a/lily/sustain-pedal.cc +++ b/lily/sustain-pedal.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2006 Han-Wen Nienhuys + (c) 2000--2007 Han-Wen Nienhuys */ #include "grob.hh" #include "stencil.hh" @@ -58,7 +58,7 @@ Sustain_pedal::print (SCM smob) idx += string (&text.c_str ()[i], 1); Stencil m = Font_interface::get_default_font (e)->find_by_name (idx); if (!m.is_empty ()) - mol.add_at_edge (X_AXIS, RIGHT, m, 0, 0); + mol.add_at_edge (X_AXIS, RIGHT, m, 0); } return mol.smobbed_copy ();