]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/script.cc
release: 1.3.71
[lilypond.git] / lily / script.cc
index c4b3e004dee3489bf0da50f3b7a37320598e612e..9cc53480a590a0b09c057661e3b741cfaa6849d6 100644 (file)
@@ -65,11 +65,11 @@ Script::brew_molecule (SCM smob)
 bool
 Script::has_interface (Score_element*me)
 {
-  return me->has_interface ("script-interface");
+  return me->has_interface (ly_symbol2scm ("script-interface"));
 }
 
 void
 Script::set_interface (Score_element*me)
 {
-  return me->set_interface ("script-interface");
+  return me->set_interface (ly_symbol2scm ("script-interface"));
 }