]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sustain-pedal.cc
* mf/feta-bolletjes.mf (overdone_heads): cleanup triangle
[lilypond.git] / lily / sustain-pedal.cc
index f57ba09a9eb8568bbcc48898a7805cb448d2a11b..5537069fd460033d77a24a1d6b11c54701884085 100644 (file)
@@ -9,7 +9,6 @@
 #include "grob.hh"
 #include "stencil.hh"
 #include "font-interface.hh"
-#include "string.hh"
 
 // update comment --hwn 
 /*
@@ -42,7 +41,7 @@ Sustain_pedal::print (SCM smob)
   
   Stencil mol;
   SCM glyph = e->get_property ("text");
-  if (!ly_c_string_p (glyph))
+  if (!scm_is_string (glyph))
     return mol.smobbed_copy ();
   
   String text = ly_scm2string (glyph);