]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/sustain-pedal.cc
release: 1.3.71
[lilypond.git] / lily / sustain-pedal.cc
index 77a3727ecfc6cb7ece257d2740a259ae0049c6f2..f3efc6e76bd50ddc782b082bae2f3605b99e22bb 100644 (file)
@@ -9,6 +9,7 @@
 #include "score-element.hh"
 #include "molecule.hh"
 #include "lookup.hh"
+#include "string.hh"
 
 // update comment --hwn 
 /*
@@ -33,7 +34,7 @@ public:
 };
 
 
-MAKE_SCHEME_SCORE_ELEMENT_CALLBACK(Sustain_pedal,brew_molecule);
+MAKE_SCHEME_CALLBACK(Sustain_pedal,brew_molecule);
 
 SCM
 Sustain_pedal::brew_molecule (SCM smob)