Index: lily/sustain-pedal.cc |
diff --git a/lily/sustain-pedal.cc b/lily/sustain-pedal.cc |
index 5a07641e5f39dadcede9eb77059968575fd7d43f..3709ddbe0ff4bd4594cd8007f2c9184390a405c9 100644 |
--- a/lily/sustain-pedal.cc |
+++ b/lily/sustain-pedal.cc |
@@ -53,7 +53,7 @@ Sustain_pedal::print (SCM smob) |
Grob *e = unsmob<Grob> (smob); |
Stencil mol; |
- SCM glyph = e->get_property ("text"); |
+ SCM glyph = get_property (e, "text"); |
if (!scm_is_string (glyph)) |
return mol.smobbed_copy (); |