]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/clef.cc
Fix \relative madness in strict-grace-spacing snippet.
[lilypond.git] / lily / clef.cc
index 769c90195b4581b5b194426bbcc6b2e710ecb516..166956052acb6e582b4e4c7871ec8a7d083f9b81 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "clef.hh"
@@ -11,7 +11,6 @@
 #include "font-interface.hh"
 #include "international.hh"
 #include "item.hh"
-#include "std-string.hh"
 #include "stencil.hh"
 
 MAKE_SCHEME_CALLBACK (Clef, calc_glyph_name, 1);
@@ -32,7 +31,7 @@ Clef::calc_glyph_name (SCM smob)
          str += "_change";
        }
 
-      return scm_makfrom0str (str.c_str ());
+      return ly_string2scm (str);
     }
 
   s->suicide ();
@@ -57,7 +56,7 @@ Clef::print (SCM smob)
 }
 
 ADD_INTERFACE (Clef,
-              "A clef sign",
+              "A clef sign.",
 
               /* properties */
               "full-size-change "