]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/text-item.cc
* Documentation/user/instrument-notation.itely (String number
[lilypond.git] / lily / text-item.cc
index 10500ceba148121507d1a7a12a2380d31ed38882..a45a3c84b873699ec3e1056750e4c3c379cd499c 100644 (file)
@@ -20,8 +20,8 @@
 #include "output-def.hh"
 #include "modified-font-metric.hh"
 
-MAKE_SCHEME_CALLBACK (Text_interface, interpret_string, 3)
-  SCM
+MAKE_SCHEME_CALLBACK (Text_interface, interpret_string, 3);
+SCM
 Text_interface::interpret_string (SCM layout_smob,
                                  SCM props,
                                  SCM markup)
@@ -39,8 +39,8 @@ Text_interface::interpret_string (SCM layout_smob,
   return fm->text_stencil (str).smobbed_copy ();
 }
 
-MAKE_SCHEME_CALLBACK (Text_interface, interpret_markup, 3)
-  SCM
+MAKE_SCHEME_CALLBACK (Text_interface, interpret_markup, 3);
+SCM
 Text_interface::interpret_markup (SCM layout_smob, SCM props, SCM markup)
 {
   if (scm_is_string (markup))