]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/text-item.hh
* input/regression/new-markup-scheme.ly: oops. font-family=music
[lilypond.git] / lily / include / text-item.hh
index 97d91cf14e2fcb194451e89abb72e807ada75114..48207f9e656e271da6a9840408d086be4b117bd6 100644 (file)
@@ -18,7 +18,7 @@ class Text_interface
 public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (interpret_markup, (SCM, SCM, SCM));
-  DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM, SCM));
+  DECLARE_SCHEME_CALLBACK (interpret_string, (SCM, SCM, SCM));
   static bool has_interface (Grob*);
   static bool markup_p (SCM) ;
 };