]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sustain-pedal.cc
(LY_DEFINE): use Scheme style naming for
[lilypond.git] / lily / sustain-pedal.cc
index c2cad1be294fdb8d507960a84f2444addf925f1c..dee7a88bc3e029701dd49f0dedcc202e73676c79 100644 (file)
@@ -41,7 +41,7 @@ Sustain_pedal::print (SCM smob)
   Grob * e = unsmob_grob (smob);
   
   Stencil mol;
-  SCM glyph = e->get_grob_property ("text");
+  SCM glyph = e->get_property ("text");
   if (!gh_string_p (glyph))
     return mol.smobbed_copy ();