]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sustain-pedal.cc
(beam): add function.
[lilypond.git] / lily / sustain-pedal.cc
index dee7a88bc3e029701dd49f0dedcc202e73676c79..1b2fe25260b49a5aaeef086c25951461bae89c6a 100644 (file)
@@ -42,7 +42,7 @@ Sustain_pedal::print (SCM smob)
   
   Stencil mol;
   SCM glyph = e->get_property ("text");
-  if (!gh_string_p (glyph))
+  if (!scm_is_string (glyph))
     return mol.smobbed_copy ();
   
   String text = ly_scm2string (glyph);